X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian%2Fremove-systemd%2Ftasks%2Fmain.yml;h=144a05da3f34cfe2616ffc62aeae23c6ad5099f0;hb=fb680a4679e4d652b3852de7be0cb8326c7ab603;hp=f0dd1d631cb2b8ed9cbeff5ff08e8d8d6d649401;hpb=f4436893f15c153a266daf92f1d6a928f9927e02;p=ansible.git diff --git a/playbooks/roles/debian/remove-systemd/tasks/main.yml b/playbooks/roles/debian/remove-systemd/tasks/main.yml index f0dd1d6..144a05d 100644 --- a/playbooks/roles/debian/remove-systemd/tasks/main.yml +++ b/playbooks/roles/debian/remove-systemd/tasks/main.yml @@ -27,11 +27,10 @@ owner: root group: root mode: '0644' + force: no - name: Purge SystemD - become: true import_tasks: remove-systemd.yml - ignore_errors: true - name: Reboot if SystemD is still active become: true