X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian%2Fremove-systemd%2Ftasks%2Fremove-systemd.yml;fp=playbooks%2Froles%2Fdebian%2Fremove-systemd%2Ftasks%2Fremove-systemd.yml;h=dbc493df45da477036ec8018828d5c3410340f0d;hb=f4436893f15c153a266daf92f1d6a928f9927e02;hp=0000000000000000000000000000000000000000;hpb=6d84a106654ec6be99621cf6698d19973c328d79;p=ansible.git diff --git a/playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml b/playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml new file mode 100644 index 0000000..dbc493d --- /dev/null +++ b/playbooks/roles/debian/remove-systemd/tasks/remove-systemd.yml @@ -0,0 +1,11 @@ +- name: Purge SystemD + become: true + apt: + autoclean: yes + autoremove: yes + install_recommends: no + name: ['systemd', 'libnss-systemd'] + purge: yes + state: absent + update_cache: no + register: purged