fix(workstation): fix default permissions for lua-lgi dirs
This commit is contained in:
parent
87084c1d97
commit
5d3c966b58
1 changed files with 9 additions and 0 deletions
|
@ -104,6 +104,15 @@
|
|||
- /usr/local/lib/lua
|
||||
- /usr/local/share/lua/
|
||||
|
||||
- name: '[lua-lgi] set permissions'
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: '{{ item }}'
|
||||
mode: 'u=rwX,g=rwX,o=rX'
|
||||
loop:
|
||||
- /usr/local/lib/lua
|
||||
- /usr/local/share/lua
|
||||
|
||||
- name: '[awesomewm] install window manager'
|
||||
block:
|
||||
- name: '[awesomewm] fetch source'
|
||||
|
|
Loading…
Add table
Reference in a new issue