Explicitly specify file permissions
This commit is contained in:
parent
732cabc316
commit
6ed0968e04
5 changed files with 5 additions and 0 deletions
|
@ -60,3 +60,4 @@
|
|||
path: /etc/modprobe.d/hid_apple.conf
|
||||
line: options hid_apple fnmode=2
|
||||
create: true
|
||||
mode: 0644
|
||||
|
|
|
@ -20,3 +20,4 @@
|
|||
path: "{{ home }}/.dotfiles"
|
||||
owner: "{{ user }}"
|
||||
group: users
|
||||
mode: 0700
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
line: "aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman"
|
||||
create: true
|
||||
validate: visudo -cf %s
|
||||
mode: 0644
|
||||
|
||||
- name: Install yay
|
||||
aur:
|
||||
|
|
|
@ -16,3 +16,4 @@
|
|||
path: /opt/pyenv
|
||||
owner: "{{ user }}"
|
||||
group: users
|
||||
mode: 0644
|
||||
|
|
|
@ -133,3 +133,4 @@
|
|||
state: present
|
||||
line: KEYMAP=uk
|
||||
create: true
|
||||
mode: 0644
|
||||
|
|
Loading…
Reference in a new issue