Просмотр исходного кода

fix: use consistent indentation in YAML

Christoph Schug 2 лет назад
Родитель
Сommit
72029f2848
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      kestra/ansible/playbook-inline.yaml

+ 5 - 5
kestra/ansible/playbook-inline.yaml

@@ -21,11 +21,11 @@ tasks:
             ---
             - hosts: srv-demo-1.home.clcreative.de
               tasks:
-              - name: upgrade apt packages
-                become: true
-                apt:
-                  upgrade: yes
-                  update_cache: yes
+                - name: upgrade apt packages
+                  become: true
+                  apt:
+                    upgrade: yes
+                    update_cache: yes
           # <--
           id_rsa: "{{ secret('SSH_KEY') }}"
       - id: ansible_task