Benoît Hubert преди 1 година
родител
ревизия
2a03aaf2b0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ansible-initial-debian-setup/playbook-initial-setup-revert.yml

+ 1 - 1
ansible-initial-debian-setup/playbook-initial-setup-revert.yml

@@ -5,7 +5,7 @@
     - root-creds.yml
   tasks:
   - name: Uninstall sudo on Debian VMs
-    raw: apt-get uninstall sudo
+    raw: apt-get remove sudo
     become: yes
     become_method: su
     become_user: root