## platforms command added to creation task
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m22s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m22s
This commit is contained in:
parent
1988fae3e8
commit
1f59a33574
@ -15,7 +15,7 @@
|
|||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
image: "{{ item.image }}"
|
image: "{{ item.image }}"
|
||||||
state: started
|
state: started
|
||||||
# command: sleep 1d
|
command: "{{ item.command }}"
|
||||||
log_driver: json-file
|
log_driver: json-file
|
||||||
register: result
|
register: result
|
||||||
loop: "{{ molecule_yml.platforms }}"
|
loop: "{{ molecule_yml.platforms }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user