]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/remove-systemd/tasks/remove-systemd.yml
Refactor: Move OS-specific roles under common `roles/`
[ansible.git] / playbooks / debian / roles / remove-systemd / tasks / remove-systemd.yml
diff --git a/playbooks/debian/roles/remove-systemd/tasks/remove-systemd.yml b/playbooks/debian/roles/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