Skip to content

Commit

Permalink
Uncomment the ansible-compat version from the CI/CD pipeline (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Aug 12, 2023
1 parent 5f5f673 commit f6e1fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.15.2
# ansible-compat==3.0.2
ansible-compat==4.1.5
yamllint==1.32.0
ansible-lint==6.17.2
2 changes: 1 addition & 1 deletion .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.15.2
jinja2==3.1.2
# ansible-compat==3.0.2
ansible-compat==4.1.5
molecule==5.1.0
molecule-plugins[docker]==23.5.0
docker==6.1.3
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ BUG FIXES:

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

CI/CD:

- Uncomment the `ansible-compat` version from the CI/CD pipeline.

## 0.7.0 (July 6, 2023)

BREAKING CHANGES:
Expand Down

0 comments on commit f6e1fd2

Please sign in to comment.