]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/debian/remove-systemd/tasks/main.yaml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / roles / debian / remove-systemd / tasks / main.yaml
similarity index 91%
rename from playbooks/roles/debian/remove-systemd/tasks/main.yml
rename to playbooks/roles/debian/remove-systemd/tasks/main.yaml
index d8df2590ad76b81f5aa7e748e7597d94f9f716ad..f463ca3087a4097528b13f9e37e9bb1ffcc04484 100644 (file)
     force: no
 
 - name: Purge SystemD
-  import_tasks: remove-systemd.yml
+  import_tasks: remove-systemd.yaml
 
 - block:
     - name: Reboot if SystemD is still active
       become: true
       reboot:
     - name: Purge SystemD after reboot
-      import_tasks: remove-systemd.yml
+      import_tasks: remove-systemd.yaml
   when: "'rc' in purged and purged.rc != 0"