浏览代码

uninstall sudo fix

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