zuul-jobs/roles/revoke-sudo
Andreas Jaeger d8b9239324 Silence ansible-lint
Add tags to tell ansible-lint to ignore the problems found since
those are false positives.

Needed-By: I16186c929e7d0e6e34b35271559e555255a52b00
Change-Id: I59e5d41a9539671ee5aab9b9036379eb9101d021
2017-10-25 13:17:16 +00:00
..
tasks Silence ansible-lint 2017-10-25 13:17:16 +00:00
README.rst Remove the right file in revoke-sudo 2017-09-28 20:15:17 +00:00

README.rst

Remove sudo access for the Zuul user.

If the file /etc/sudoers.d/zuul exists, then it will be removed. This is to facilitate systems which may use the same image for tests which require sudo and those which do not.

This role also asserts that sudo access has been removed and will fail if it has not.