Skip to content

Commit

Permalink
Upgrade to ansible-lint v5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Mar 25, 2021
1 parent cc8e075 commit 9359041
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ __pycache__/

.tox/

# Created by ansible-lint
.cache/

pytestdebug.log
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
- name: Converge
hosts: targets
roles:
- role: ansible-role-girder-nginx
- role: girder.nginx
vars:
nginx_hostname: "{{ inventory_hostname }}"
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
command: update-ca-certificates
become: true
become_user: root
when: crt_result.changed # noqa 503
when: crt_result.changed # noqa: no-handler
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ skipsdist = true
passenv =
DOCKER_*
deps =
ansible-lint<5
flake8
molecule[ansible,docker]
molecule[ansible,docker,lint]
pytest
pytest-testinfra
yamllint
commands =
molecule {posargs: test}

0 comments on commit 9359041

Please sign in to comment.