From 6cd0991284da641f373c65210cb31f84c1c8c776 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 22:42:38 -0500 Subject: [PATCH] Molecule test work - selinux_permissive ansible module, test subcontainer, community.general plugin or module test, collection check --- .gitea/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index e36749d..9ebd8b7 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -14,9 +14,9 @@ jobs: run: 'cat /etc/os-release' - name: Check environment variables run: | - rpm -qa # env -# dnf install -y nodejs git python3-pip + dnf install -y nodejs git ansible-core ansible-galaxy python3-pip + ansible-galaxy collection list # - name: Check out repository code # uses: actions/checkout@v4 # with: