## platforms command added to creation task
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m22s

This commit is contained in:
Mike Holloway 2026-07-24 02:35:57 -04:00
parent 1988fae3e8
commit 1f59a33574

View File

@ -15,7 +15,7 @@
name: "{{ item.name }}"
image: "{{ item.image }}"
state: started
# command: sleep 1d
command: "{{ item.command }}"
log_driver: json-file
register: result
loop: "{{ molecule_yml.platforms }}"