Przeglądaj źródła

Update ansible-playbook.yaml

Fixed typo in the name.
Removed whitespace.
Fixed comment indentation.
phpsystems 2 lat temu
rodzic
commit
f8f945b61b
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      kestra/ansible-playbook.yaml

+ 3 - 3
kestra/ansible-playbook.yaml

@@ -25,6 +25,6 @@ tasks:
         env:
         env:
           "ANSIBLE_HOST_KEY_CHECKING": "false"
           "ANSIBLE_HOST_KEY_CHECKING": "false"
         commands:
         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