diff --git a/.github/workflows/requirements_molecule.txt b/.github/workflows/requirements_molecule.txt index b10ee60..8335c1e 100644 --- a/.github/workflows/requirements_molecule.txt +++ b/.github/workflows/requirements_molecule.txt @@ -1,5 +1,5 @@ ansible-base==2.10.5 -ansible==2.10.5 +ansible==2.10.6 ansible-lint==4.3.7 yamllint==1.25.0 molecule[docker]==3.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa0b3b..f94f9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ENHANCEMENTS: * Only run GitHub actions Galaxy CI/CD workflow when a new release is published. * Specify GitHub actions Ubuntu release. * Update list of supported platforms. -* Update Ansible base to `2.10.5`. +* Update Ansible base to `2.10.5` and Ansible to `2.10.6`. ## 0.19.1 (January 11, 2021)