X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=roles%2Ftools%2Ftasks%2Fmain.yml;h=82b575baf5adcc1463bc0b63f966eae25436fe64;hb=39749dd76fb02744f26c68054a9955cbe3e26849;hp=1aef012e728dfdc2efd4e9d4491e0137355702a9;hpb=86a3ca82c74c9109594b4d7c4a61f2d804b8ccc0;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/roles/tools/tasks/main.yml b/roles/tools/tasks/main.yml index 1aef012..82b575b 100644 --- a/roles/tools/tasks/main.yml +++ b/roles/tools/tasks/main.yml @@ -84,6 +84,7 @@ name: monitor_home.service enabled: true - name: Clone password store + tags: ["no_bootstrap"] git: dest: "$XDG_DATA_HOME/pass" repo: gitolite@git.immae.eu:perso/Immae/Prive/Password_store @@ -144,3 +145,12 @@ template: src: ssh_config.j2 dest: $HOME/.ssh/config +- name: bin dir + file: + state: directory + path: "$HOME/.local/bin" +- name: add gio unwrapper + copy: + src: gio_unwrapper.sh + dest: $HOME/.local/bin/gio_unwrapper + mode: 0755