Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Nov 21, 2022
1 parent 3432590 commit fc9dbff
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
skip_list:
- experimental # all rules tagged as experimental
- fqcn-builtins
7 changes: 2 additions & 5 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ extends: default

rules:
truthy:
allowed-values: ['true', 'false', 'on']
check-keys: true

ignore: |
.tox/
allowed-values: ['true', 'false']
check-keys: false
15 changes: 8 additions & 7 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
- hosts: all
roles:
- role: base_git
vars:
collections_enabled: true
- role: base_git
vars:
collections_enabled: true
vars:
role_name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
collections_enabled: true

tasks:
- name: "Include {{ role_name }}"
ansible.builtin.include_role:
name: "{{ role_name }}"
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get_url:
url: "{{ goss_url }}"
dest: "{{ goss_dst }}"
sha256sum: "{{ goss_sha256sum }}"
checksum: "sha256:{{ goss_sha256sum }}"
mode: 0755
register: download_goss
until: download_goss is succeeded
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
tox
pipx
attrs>=19.2.0
rich>=10.0.0,<11.0.0
sh==1.12.14
ansible==4.2.0
ansible-later==1.4.1
molecule==3.2.3
molecule-docker
yamllint==1.26.3
ansible-lint==4.3.7
rich==12.5.1
ansible==6.2.0
ansible-lint==6.4.0
molecule==4.0.1
molecule-docker==2.0.0
molecule-vagrant-1.0.0
yamllint==1.28.0
docker>=4.3.1
ssh-audit
anyconfig>=0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit fc9dbff

Please sign in to comment.