Merge branch 'fix-scp-error' into 'main'
Fix Ansible file transfer issue See merge request fablab/labsync!74
This commit is contained in:
commit
1e2beafd0f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue