Procházet zdrojové kódy

fix: use consistent indentation in YAML

Christoph Schug před 2 roky
rodič
revize
72029f2848
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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