From 50f34dcb3744a87a5c09839a8e0a634a829ac1b9 Mon Sep 17 00:00:00 2001 From: Adam DeConinck Date: Thu, 14 Apr 2022 19:27:52 +0000 Subject: [PATCH 1/3] Set molecule github action to use ansible 2.9.27 to match deepops --- .github/workflows/molecule.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a5506be1c..14157ef0f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -37,7 +37,8 @@ jobs: - name: install dependencies run: | python3 -m pip install --upgrade pip - python3 -m pip install molecule[docker] docker ansible + python3 -m pip install ansible==2.9.27 + python3 -m pip install molecule[docker] docker - name: run molecule test run: | cd "${{ github.repository }}/roles" From 0eadcf23f8ecdef2a1fe6cc3b0bdf87b58a2fbd8 Mon Sep 17 00:00:00 2001 From: Adam DeConinck Date: Thu, 14 Apr 2022 19:31:27 +0000 Subject: [PATCH 2/3] bump to most recent community.general collection --- roles/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index b61b9438c..bc763b8c6 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -5,7 +5,7 @@ collections: version: 1.1.1 - name: community.general - version: 3.0.0 + version: 4.7.0 roles: From e752ecb08f84b1d53f14d27ae85e7bcc9bb8306b Mon Sep 17 00:00:00 2001 From: Adam DeConinck Date: Thu, 14 Apr 2022 19:35:04 +0000 Subject: [PATCH 3/3] add community.docker to the requirements list --- roles/requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/requirements.yml b/roles/requirements.yml index bc763b8c6..14a2518c6 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -7,6 +7,9 @@ collections: - name: community.general version: 4.7.0 +- name: community.docker + version: 2.3.0 + roles: - src: dev-sec.ssh-hardening