blob: 1c1818706ed0293b3931cfe4dde26a62713a0013 [file] [log] [blame]
- name: Remove sudo access for zuul user.
become: yes
file:
path: /etc/sudoers.d/zuul-sudo
state: absent
- name: Prove that general sudo access is actually revoked.
shell: ! sudo -n true