X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAnsible.git;a=blobdiff_plain;f=roles%2Ftools%2Ftasks%2Fmain.yml;h=94324fc87a2dca44cde4ab67dced97a5e91dd6dd;hp=9c540d5f33df708418041cbfe00bdccfefe9fae1;hb=587b6dd6d2d3a63ad28455003c0c2c5f58afdecb;hpb=379fbe46b77c84a419a0b438b088e65b76406c73 diff --git a/roles/tools/tasks/main.yml b/roles/tools/tasks/main.yml index 9c540d5..94324fc 100644 --- a/roles/tools/tasks/main.yml +++ b/roles/tools/tasks/main.yml @@ -5,6 +5,19 @@ loop: - git - gnupg +- name: Config dirs + file: + state: directory + path: "$XDG_CONFIG_HOME/{{ item }}" + loop: + - htop + - mplayer + - psql + - vim + - tmux + - youtube-viewer + - remind + - systemd/user - name: config files copy: src: "{{ item }}" @@ -102,6 +115,10 @@ - [ "sinkType", "0" ] - [ "sourceType", "0" ] - [ "showVolumeMeters", "1" ] +- name: ssh config dirs + file: + state: directory + path: "$HOME/.ssh" - name: ssh files copy: src: "ssh/{{ item }}"