Skip to content

Commit

Permalink
Users/ Set umask 0027 to ansible user
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-gonzalez committed Oct 2, 2024
1 parent 9f3cb0a commit c968450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/base/tasks/Users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- ansible
ansible.builtin.user:
name: ansible
umask: "0027"
system: true
become: true

Expand Down

0 comments on commit c968450

Please sign in to comment.