Skip to content

Commit 1291eca

Browse files
authored
Update Ansible Lint (#325)
1 parent 8b41c27 commit 1291eca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ before_install:
6767
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
6868
install:
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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.17.0 (September 18, 2020)
3+
## 0.17.0 (September 19, 2020)
44

55
BREAKING 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

3030
BUG FIXES:
3131

0 commit comments

Comments
 (0)