updated to shell

This commit is contained in:
marmattheo 2025-06-13 07:38:09 +00:00
parent 181111a951
commit 18449d13ea

View File

@ -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') }}"