podman-host role name in converge.yml
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m10s

This commit is contained in:
Mike Holloway 2025-01-04 17:46:59 -05:00
parent 8859eefbf0
commit c1b03b4e9a

View File

@ -19,8 +19,8 @@
# commands. Most molecule users are expected to use containers that already
# have python installed in order to avoid notable delays installing it.
tasks:
- name: Apply test-molecule Role
- name: Apply podman-host Role
include_role:
name: test-molecule
name: podman-host
# ansible.builtin.assert:
# that: result.stdout | regex_search("^Linux")