updated to shell
This commit is contained in:
parent
181111a951
commit
18449d13ea
@ -74,13 +74,13 @@
|
|||||||
until: incus_ready.rc == 0
|
until: incus_ready.rc == 0
|
||||||
|
|
||||||
- name: Preseed network and storage
|
- name: Preseed network and storage
|
||||||
command: incus admin init --preseed
|
shell: incus admin init --preseed
|
||||||
args:
|
args:
|
||||||
chdir: "{{ playbook_dir }}"
|
chdir: "{{ playbook_dir }}"
|
||||||
stdin: "{{ lookup('file', 'preseed-network-storage.yml') }}"
|
stdin: "{{ lookup('file', 'preseed-network-storage.yml') }}"
|
||||||
|
|
||||||
- name: Preseed profile and global config
|
- name: Preseed profile and global config
|
||||||
command: incus admin init --preseed
|
shell: incus admin init --preseed
|
||||||
args:
|
args:
|
||||||
chdir: "{{ playbook_dir }}"
|
chdir: "{{ playbook_dir }}"
|
||||||
stdin: "{{ lookup('file', 'preseed-profile.yml') }}"
|
stdin: "{{ lookup('file', 'preseed-profile.yml') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user