Skip to content

Commit 54c5ef3

Browse files
authored
Replace Ansible base with Ansible core (#100)
1 parent 1bd217d commit 54c5ef3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ansible-base==2.10.9
1+
ansible-core==2.11.1

.github/workflows/requirements/requirements_molecule.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-base==2.10.9
1+
ansible-core==2.11.1
22
Jinja2==3.0.0
33
ansible-lint==5.0.8
44
yamllint==1.26.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ENHANCEMENTS:
2222
* Changing the default policy directory from `/etc/nginx` to `/etc/app_protect/conf` to align with this change introduced in App Protect 3.2.
2323
* Update Ansible base to `2.10.8`, Ansible Lint to `5.0.7`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
2424
* Update the Ansible `community.general` collection to `3.0.2` and `community.docker` collection to `1.6.0`.
25+
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
2526
* Update GitHub actions to add a workflow dispatch option.
2627

2728
## 0.4.3 (April 6, 2020)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This role installs and configures NGINX App Protect (WAF) for NGINX Plus on your
1414

1515
### Ansible
1616

17-
* This role is developed and tested with [maintained](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) versions of Ansible base (bigger than `2.10`) and Ansible (bigger than `2.9.10`).
17+
* This role is developed and tested with [maintained](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) versions of Ansible core (above `2.11`) and Ansible (above `2.9.10`).
1818
* When using Ansible base, you will also need to install the following collections:
1919
```yaml
2020
---

0 commit comments

Comments
 (0)