generated from the-liberated-edge/wikijs
Adds image creation and publishing
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Launch container based on the newly published image
|
||||
ansible.builtin.command: |
|
||||
incus launch {{ item.name }} "{{ item.name }}-test-cntr"
|
||||
with_items: '{{ molecule_yml.platforms }}'
|
||||
- name: find current container state
|
||||
ansible.builtin.command: incus ls {{ item.name }}
|
||||
ansible.builtin.command: incus ls "{{ item.name }}-test-cntr"
|
||||
register: state
|
||||
with_items: '{{ molecule_yml.platforms }}'
|
||||
- name: verify launched container is running
|
||||
|
||||
Reference in New Issue
Block a user