From f75a533411e298ce3a53c5db0d38883ee71321fe Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 21:34:10 -0500 Subject: [PATCH] Molecule test work - selinux_permissive ansible module, apt-cache search work --- .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 8c97fa2..a0bb8fa 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -16,7 +16,7 @@ jobs: - name: Install missing modules run: | apt-get update - apt-cache search ansible | grep selinux + apt-cache search ansible # - name: Check out repository code # uses: actions/checkout@v4 # with: