1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

wrong separator

This commit is contained in:
Jason N. 2024-03-10 15:39:31 -04:00
parent 44cbe94676
commit 14b0ee274d

View file

@ -247,7 +247,7 @@ jobs:
ansible_port: ${VM_PORT}
ansible_user: ${VM_USER}
ansible_password: ${VM_PASS}
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
EOF
make test-vm