From 637475e7196944ba755ceb6df50b53ef608f35ea Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 22:44:51 -0500 Subject: [PATCH] Molecule test work - selinux_permissive ansible module, test subcontainer, community.general plugin or module test, collection check --- .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 9ebd8b7..55f889e 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: | -# env dnf install -y nodejs git ansible-core ansible-galaxy python3-pip ansible-galaxy collection list +# env # - name: Check out repository code # uses: actions/checkout@v4 # with: