소스 검색

add -y to avoid hanging forever

Benoît Hubert 1 년 전
부모
커밋
68ad9429af
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 remove sudo
+    raw: apt-get remove -y sudo
     become: yes
     become_method: su
     become_user: root