From e27509313e743d200bddb3318d273baef28d574f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:05:24 +0000 Subject: [PATCH] Bump ansible-base in /.github/workflows/requirements Bumps [ansible-base](https://github.com/ansible/ansible) from 2.10.7 to 2.10.15. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.10.7...v2.10.15) --- updated-dependencies: - dependency-name: ansible-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/requirements_galaxy.txt | 2 +- .github/workflows/requirements/requirements_molecule.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_galaxy.txt b/.github/workflows/requirements/requirements_galaxy.txt index f3a735c..5fdd8df 100644 --- a/.github/workflows/requirements/requirements_galaxy.txt +++ b/.github/workflows/requirements/requirements_galaxy.txt @@ -1 +1 @@ -ansible-base==2.10.7 +ansible-base==2.10.15 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 0984b5d..84b2cd6 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-base==2.10.7 +ansible-base==2.10.15 ansible-lint==4.3.7 yamllint==1.26.0 molecule[docker]==3.2.4