From b4f23abe46136a116ce9469ff67d9d1a5e34d9ed Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 22:45:47 -0500 Subject: [PATCH] Molecule test work - selinux_permissive ansible module, test subcontainer, community.general plugin or module test, collection check part II --- .gitea/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 55f889e..0693752 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -14,7 +14,7 @@ jobs: run: 'cat /etc/os-release' - name: Check environment variables run: | - dnf install -y nodejs git ansible-core ansible-galaxy python3-pip + dnf install -y nodejs git ansible-core python3-pip ansible-galaxy collection list # env # - name: Check out repository code