Molecule test work - selinux_permissive ansible module, apt-cache search work
All checks were successful
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Successful in 24s

This commit is contained in:
Mike Holloway 2025-01-03 21:34:10 -05:00
parent be13a47e7c
commit f75a533411

View File

@ -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: