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:
67
67
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
68
68
install :
69
69
- pip install ansible==2.9.13
70
- - pip install ansible-lint==4.3.4
70
+ - pip install ansible-lint==4.3.5
71
71
- pip install yamllint==1.24.2
72
72
- pip install molecule==3.0.8
73
73
- pip install docker==4.3.1
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.17.0 (September 18 , 2020)
3
+ ## 0.17.0 (September 19 , 2020)
4
4
5
5
BREAKING CHANGES:
6
6
@@ -25,7 +25,7 @@ ENHANCEMENTS:
25
25
* Moved "constant" variables to ` vars/main.yml ` .
26
26
* Included deprecation warnings in task names and files.
27
27
* 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 ` .
29
29
30
30
BUG FIXES:
31
31
You can’t perform that action at this time.
0 commit comments