main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 46b9c9d6be - Show all commits

View File

@ -16,8 +16,8 @@
state: present
- name: Add user to sudoers
copy:
src: awx
dest: /etc/sudoers.d/
src: sudoers
dest: /etc/sudoers.d/awx
mode: u=rw,g=r
owner: root
group: root