Fix typo in preseeding
This commit is contained in:
parent
9665293dcd
commit
9870757a90
1 changed files with 3 additions and 2 deletions
|
@ -129,9 +129,10 @@ d-i preseed/late_command string \
|
|||
in-target mount -v -t tmpfs tmpfs /dev/shm ; \
|
||||
echo "$vaultpw" > /target/dev/shm/vaultpw ; \
|
||||
in-target ansible-pull --verbose --purge --extra-vars="run_in_installer=true" \
|
||||
--vault-password-file /dev/shm/vaultpw -l localhost \
|
||||
-i inventory_sample.yml --url=https://codeberg.org/DigitalSouveraeneSchule/lmn-client.git -C fvs $playbook ; \
|
||||
-l localhost \
|
||||
-i inventory-sample.yml --url=https://codeberg.org/DigitalSouveraeneSchule/lmn-client.git -C fvs $playbook ; \
|
||||
fi
|
||||
## --vault-password-file /dev/shm/vaultpw -l localhost \
|
||||
#
|
||||
## When installing in combination with ansible-pull,
|
||||
## export your ansible playbook like:
|
||||
|
|
Loading…
Add table
Reference in a new issue