
Also add a .gitignore and establish a documentation pattern. Change-Id: Ib447ac13d03de4ab61171d50b19117ff654ad329 Co-Authored-By: Paul Belanger <pabelanger@redhat.com>
9 lines
202 B
YAML
9 lines
202 B
YAML
- 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
|