Skip to content

Commit

Permalink
Don't lint verify, retry.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 8, 2020
1 parent 1a21fa2 commit 139a3d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
exclude_paths:
- ./meta/version.yml
- ./meta/preferences.yml
- ./molecule/default/verify.yml
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ verifier:
name: ansible
lint:
name: ansible-lint
enabled: no
enabled: yes
scenario:
name: default
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ deps =
next: git+https://github.com/ansible/ansible.git@devel
docker
molecule
commands =
molecule test
install_command = pip install --retries 10 {packages}
commands = molecule test
setenv =
TOX_ENVNAME={envname}
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
Expand Down

0 comments on commit 139a3d3

Please sign in to comment.