mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
Update ansible-playbook.yaml
Fixed typo in the name. Removed whitespace. Fixed comment indentation.
This commit is contained in:
parent
1bfe334199
commit
f8f945b61b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user