Browse Source

add -y to avoid hanging forever

Benoît Hubert 1 year ago
parent
commit
68ad9429af
1 changed files with 1 additions and 1 deletions
  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 remove sudo
+    raw: apt-get remove -y sudo
     become: yes
     become_method: su
     become_user: root