Skip to content

Commit f6e1fd2

Browse files
authored
Uncomment the ansible-compat version from the CI/CD pipeline (#355)
1 parent 5f5f673 commit f6e1fd2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ansible-core==2.15.2
2-
# ansible-compat==3.0.2
2+
ansible-compat==4.1.5
33
yamllint==1.32.0
44
ansible-lint==6.17.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ansible-core==2.15.2
22
jinja2==3.1.2
3-
# ansible-compat==3.0.2
3+
ansible-compat==4.1.5
44
molecule==5.1.0
55
molecule-plugins[docker]==23.5.0
66
docker==6.1.3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ BUG FIXES:
66

77
- Add handler to reload NGINX when SSL cert or key is changed.
88

9+
CI/CD:
10+
11+
- Uncomment the `ansible-compat` version from the CI/CD pipeline.
12+
913
## 0.7.0 (July 6, 2023)
1014

1115
BREAKING CHANGES:

0 commit comments

Comments
 (0)