Update ansible-playbook.yaml

Fixed typo in the name.
Removed whitespace.
Fixed comment indentation.
This commit is contained in:
phpsystems 2024-07-10 20:36:16 +01:00 committed by GitHub
parent 1bfe334199
commit f8f945b61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,6 @@ tasks:
env:
"ANSIBLE_HOST_KEY_CHECKING": "false"
commands:
# Apk command only required if use ssh passwords.
- apk add sshpass
- ansible-playbook -i inventory.ini myplaybook.yml
# Apk command only required if use ssh passwords.
- apk add sshpass
- ansible-playbook -i inventory.ini myplaybook.yaml