diff --git a/.github/workflows/requirements_galaxy.txt b/.github/workflows/requirements_galaxy.txt index 813b94c..fab5beb 100644 --- a/.github/workflows/requirements_galaxy.txt +++ b/.github/workflows/requirements_galaxy.txt @@ -1 +1 @@ -ansible-base==2.10.4 +ansible-base==2.10.5 diff --git a/.github/workflows/requirements_molecule.txt b/.github/workflows/requirements_molecule.txt index 0ec9f31..b10ee60 100644 --- a/.github/workflows/requirements_molecule.txt +++ b/.github/workflows/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-base==2.10.4 +ansible-base==2.10.5 ansible==2.10.5 ansible-lint==4.3.7 yamllint==1.25.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d230ca9..8fa0b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +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`. ## 0.19.1 (January 11, 2021)