From 5f9de82ca3e23fb6729bb9998af56be38b1c0305 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 26 Jul 2024 22:18:21 +0100 Subject: [PATCH] Create ~/.config/autostart in 1password role --- roles/1password/tasks/linux-autostart.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/1password/tasks/linux-autostart.yaml b/roles/1password/tasks/linux-autostart.yaml index 8a1be3e..7ab61dd 100644 --- a/roles/1password/tasks/linux-autostart.yaml +++ b/roles/1password/tasks/linux-autostart.yaml @@ -1,4 +1,9 @@ --- +- name: create ~/.config/autostart directory + file: + state: directory + path: ~/.config/autostart + - name: create autostart desktop file copy: dest: '{{ansible_env.HOME}}/.config/autostart/1password.desktop'