File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ before_install:
6767 - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
6868install :
6969 - pip install ansible==2.9.13
70- - pip install ansible-lint==4.3.4
70+ - pip install ansible-lint==4.3.5
7171 - pip install yamllint==1.24.2
7272 - pip install molecule==3.0.8
7373 - pip install docker==4.3.1
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.17.0 (September 18 , 2020)
3+ ## 0.17.0 (September 19 , 2020)
44
55BREAKING CHANGES:
66
@@ -25,7 +25,7 @@ ENHANCEMENTS:
2525* Moved "constant" variables to ` vars/main.yml ` .
2626* Included deprecation warnings in task names and files.
2727* Improved tasks naming conventions.
28- * Update Ansible to ` 2.9.13 ` and Ansible Lint to ` 4.3.4 ` .
28+ * Update Ansible to ` 2.9.13 ` and Ansible Lint to ` 4.3.5 ` .
2929
3030BUG FIXES:
3131
You can’t perform that action at this time.
0 commit comments