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