Skip to content

Commit

Permalink
[v0.19.x] Pin to ansible 2.9 (#3943)
Browse files Browse the repository at this point in the history
Restrict ansible to < 2.10

Molecule was unable to import something

File "/home/travis/.local/lib/python3.6/site-packages/molecule/driver/docker.py", line 222, in sanity_checks
   from ansible.module_utils.docker.common import HAS_DOCKER_PY
ModuleNotFoundError: No module named 'ansible.module_utils.docker'

Co-authored-by: Austin Macdonald <austin@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and asmacdo committed Sep 25, 2020
1 parent 416d446 commit 9de63da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
name: Ansible on Kubernetes
before_script:
- pip3 install --upgrade setuptools pip
- pip install --user ansible
- pip install --user ansible~=2.9.13
script:
- make test-e2e-ansible
- make test-e2e-ansible-molecule
Expand Down

0 comments on commit 9de63da

Please sign in to comment.