diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index a63cb83..d27f4f0 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -1,8 +1,8 @@ --- collections: - name: community.general - version: 3.0.0 + version: 3.1.0 - name: ansible.posix version: 1.2.0 - name: community.docker - version: 1.5.0 + version: 1.6.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3433a..b09bf7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ENHANCEMENTS: * Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`. * Update GitHub actions to add a workflow dispatch option. * Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`. +* Update the Ansible `community.general` collection to `3.1.0` and `community.docker` collection to `1.6.1`. BUG FIXES: diff --git a/README.md b/README.md index da4db63..81895c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl --- collections: - name: community.general - version: 3.0.0 + version: 3.1.0 - name: ansible.posix version: 1.2.0 ```