Merge "Files in /etc/sudoers.d/ should be owned by root"

This commit is contained in:
Zuul 2022-05-05 17:40:43 +00:00 committed by Gerrit Code Review
commit 5b55a1e1f7
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
content: |
{{ tripleo_admin_user }} ALL=(ALL) NOPASSWD:ALL
mode: 0440
owner: root
group: root
# workaround for https://bugs.launchpad.net/tripleo/+bug/1917856
- name: ensure home dir has the right owner/group for user {{ tripleo_admin_user }}