Explorar el Código

uninstall sudo fix

Benoît Hubert hace 1 año
padre
commit
2a03aaf2b0

+ 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