Merge branch 'fix-scp-error' into 'main'

Fix Ansible file transfer issue

See merge request fablab/labsync!74
This commit is contained in:
jalr 2023-01-01 16:44:05 +00:00
commit 1e2beafd0f

View file

@ -70,6 +70,9 @@ provisioners:
ansible_env_vars:
- "ANSIBLE_SSH_ARGS='-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa'"
- "ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3"
extra_arguments:
- "--scp-extra-args"
- "'-O'"
- inline:
- rm /boot && mkdir /boot
type: shell