From c739fdd3d2d4e9ffccf95999a130a9ae2ed1ff3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 18:25:05 +0000 Subject: [PATCH] Bump ansible-core in /.github/workflows/requirements Bumps [ansible-core](https://github.com/ansible/ansible) from 2.13.2 to 2.15.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.13.2...v2.15.0) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 92318ba..b209a9c 100644 --- a/.github/workflows/requirements/requirements_galaxy.txt +++ b/.github/workflows/requirements/requirements_galaxy.txt @@ -1 +1 @@ -ansible-core==2.13.2 +ansible-core==2.15.0 diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 60e4f53..7ce82c7 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,4 +1,4 @@ -ansible-core==2.13.2 +ansible-core==2.15.0 Jinja2==3.1.2 ansible-lint==5.4.0 yamllint==1.27.1