summaryrefslogtreecommitdiff
path: root/roles/tools/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tools/tasks/main.yml')
-rw-r--r--roles/tools/tasks/main.yml17
1 files changed, 17 insertions, 0 deletions
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 @@
5 loop: 5 loop:
6 - git 6 - git
7 - gnupg 7 - gnupg
8- name: Config dirs
9 file:
10 state: directory
11 path: "$XDG_CONFIG_HOME/{{ item }}"
12 loop:
13 - htop
14 - mplayer
15 - psql
16 - vim
17 - tmux
18 - youtube-viewer
19 - remind
20 - systemd/user
8- name: config files 21- name: config files
9 copy: 22 copy:
10 src: "{{ item }}" 23 src: "{{ item }}"
@@ -102,6 +115,10 @@
102 - [ "sinkType", "0" ] 115 - [ "sinkType", "0" ]
103 - [ "sourceType", "0" ] 116 - [ "sourceType", "0" ]
104 - [ "showVolumeMeters", "1" ] 117 - [ "showVolumeMeters", "1" ]
118- name: ssh config dirs
119 file:
120 state: directory
121 path: "$HOME/.ssh"
105- name: ssh files 122- name: ssh files
106 copy: 123 copy:
107 src: "ssh/{{ item }}" 124 src: "ssh/{{ item }}"