2025-06-26-14-50-01: Cronjob

This commit is contained in:
intern 2025-06-26 14:50:01 +02:00
parent eccd5abb1d
commit 69bd5f543a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -133,7 +133,7 @@ d-i preseed/late_command string \
echo "$vaultpw" > /target/dev/shm/vaultpw ; \ echo "$vaultpw" > /target/dev/shm/vaultpw ; \
in-target ansible-pull --verbose --purge --extra-vars="run_in_installer=true" \ in-target ansible-pull --verbose --purge --extra-vars="run_in_installer=true" \
--vault-password-file /dev/shm/vaultpw -l localhost \ --vault-password-file /dev/shm/vaultpw -l localhost \
-i inventory-sample.yml --url=https://git.wvs.schule/wvss/lmn-client.git -C main $playbook ; \ -i inventory-sample.yml --url=https://git.wvs.schule/wvss/lmn-client.git -C master $playbook ; \
fi fi
# #
## When installing in combination with ansible-pull, ## When installing in combination with ansible-pull,