]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / roles / debian / remove-systemd / tasks / remove-systemd.yml
diff --git a/playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml b/playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml
deleted file mode 100644 (file)
index 13b0488..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-- name: Purge SystemD
-  become: true
-  apt:
-    autoclean: yes
-    autoremove: yes
-    install_recommends: no
-    name: ['systemd', 'libnss-systemd']
-    purge: yes
-    state: absent
-    update_cache: no
-  failed_when: false
-  register: purged