2019-01-12 19:03:34 +00:00
|
|
|
- name: Checkout some repositories for local config
|
|
|
|
tags:
|
|
|
|
- config
|
|
|
|
git:
|
|
|
|
repo: "{{ item.repo }}"
|
|
|
|
dest: "{{ item.dest }}"
|
2019-01-20 10:51:09 +00:00
|
|
|
loop: "{{ config_repos }}"
|
2019-01-20 10:14:18 +00:00
|
|
|
|
|
|
|
- name: Conky configuration
|
|
|
|
tags:
|
|
|
|
- config
|
|
|
|
- conky
|
|
|
|
template:
|
2019-01-20 10:58:22 +00:00
|
|
|
src: 'templates/conkyrc.j2'
|
|
|
|
dest: '~/.conkyrc'
|
|
|
|
mode: '0600'
|