diff --git a/ansible/.gitignore b/ansible/.gitignore new file mode 100644 index 0000000..7f8e1ea --- /dev/null +++ b/ansible/.gitignore @@ -0,0 +1 @@ +arch_packages.json diff --git a/ansible/templates/systemd/system/xremap.service b/ansible/templates/systemd/system/xremap.service index cf2404b..6853b84 100644 --- a/ansible/templates/systemd/system/xremap.service +++ b/ansible/templates/systemd/system/xremap.service @@ -6,5 +6,6 @@ Description=xremap [Service] Restart=always -ExecStart=xremap {{ home }}/.config/xremap/config.yaml --watch +ExecStart=xremap {{ home }}/.config/xremap/config.yaml +# --watch does nothing diff --git a/ansible/workstation.yaml b/ansible/workstation.yaml index ba172f7..e191fd2 100644 --- a/ansible/workstation.yaml +++ b/ansible/workstation.yaml @@ -226,6 +226,21 @@ enabled: true # OTHERS + - name: Setup mount point folder + file: + path: "{{ home }}/.mnt" + state: directory + recurse: true + - name: Setup mount point folder + file: + path: "{{ home }}/.mnt/etb" + state: directory + recurse: true + - name: Setup triage folder + file: + path: "{{ home }}/triage" + state: directory + recurse: true - name: Setup quick notes folder file: path: "{{ home }}/.hidden/quick_notes/"