Create ~/.config/autostart in 1password role

This commit is contained in:
Kenneth Benzie 2024-07-26 22:18:21 +01:00
parent 6e9890fe5d
commit 5f9de82ca3

View File

@ -1,4 +1,9 @@
--- ---
- name: create ~/.config/autostart directory
file:
state: directory
path: ~/.config/autostart
- name: create autostart desktop file - name: create autostart desktop file
copy: copy:
dest: '{{ansible_env.HOME}}/.config/autostart/1password.desktop' dest: '{{ansible_env.HOME}}/.config/autostart/1password.desktop'