feat: enhance autostart configurations and add executable permissions for desktop entries
This commit is contained in:
6
config/ansible/tasks/workstations/autostart.yml
Normal file
6
config/ansible/tasks/workstations/autostart.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
# Mark all files under the real autostart source as executable
|
||||
- name: Mark all files under dotfiles autostart as executable
|
||||
ansible.builtin.file:
|
||||
path: "{{ lookup('env', 'DOTFILES_PATH') }}/config/autostart"
|
||||
mode: "u+x,g+x,o+x"
|
||||
recurse: true
|
Reference in New Issue
Block a user