Increase ansible verbosity

This commit is contained in:
Jakob Lechner 2022-07-07 19:57:26 +00:00
parent 4c630b5860
commit 522d95694b
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -70,6 +70,7 @@ provisioners:
ansible_env_vars:
- "ANSIBLE_SSH_ARGS='-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa'"
- "ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3"
- "ANSIBLE_VERBOSITY=4"
- inline:
- rm /boot && mkdir /boot
type: shell