diff --git a/.github/workflows/requirements/requirements_galaxy.txt b/.github/workflows/requirements/requirements_galaxy.txt index dcfac59..f3a735c 100644 --- a/.github/workflows/requirements/requirements_galaxy.txt +++ b/.github/workflows/requirements/requirements_galaxy.txt @@ -1 +1 @@ -ansible-base==2.10.6 +ansible-base==2.10.7 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index f2f44a3..f212c48 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-base==2.10.6 +ansible-base==2.10.7 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 771bc4f..6a32754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ ENHANCEMENTS: * Specify GitHub actions Ubuntu release. * Minor GitHub template tweaks, including the creation of a SECURITY doc. * Update list of supported platforms. -* Update Ansible base to `2.10.5`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`. +* Update Ansible base to `2.10.7`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`. * Override of systemd `Restart` value by using proper `nginx_service_restart` variable. BUG FIXES: