File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ansible-role-{{cookiecutter.role_name}} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ before_install:
13
13
- git clone https://github.com/lean-delivery/ansible-lint-rules.git ~/ansible-lint-rules
14
14
15
15
install :
16
- - pip install --upgrade ansible==2.5 .* docker-py molecule==2.17 pyOpenSSL PyYAML pytest==3.7.4
16
+ - pip install --upgrade ansible==2.7 .* docker-py molecule==2.20 pyOpenSSL PyYAML pytest
17
17
- pip install git+https://github.com/ansible/ansible-lint.git
18
18
- ansible --version
19
19
- ansible-lint --version
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ before_install:
13
13
- git clone https://github.com/lean-delivery/ansible-lint-rules.git ~/ansible-lint-rules
14
14
15
15
install :
16
- - pip install --upgrade ansible==2.5 .* docker-py molecule==2.17 pyOpenSSL PyYAML pytest==3.7.4
16
+ - pip install --upgrade ansible==2.7 .* docker-py molecule==2.20 pyOpenSSL PyYAML pytest
17
17
- pip install git+https://github.com/ansible/ansible-lint.git
18
18
- ansible --version
19
19
- ansible-lint --version
You can’t perform that action at this time.
0 commit comments