Small re-order
This commit is contained in:
parent
87ba868a37
commit
fb236fed86
|
@ -1,21 +1,3 @@
|
||||||
- name: 'Config: Checkout some repositories for local config'
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- repos
|
|
||||||
git:
|
|
||||||
repo: "{{ item.repo }}"
|
|
||||||
dest: "{{ item.dest }}"
|
|
||||||
loop: "{{ config_repos }}"
|
|
||||||
|
|
||||||
- name: 'Conky: Configuration'
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
- conky
|
|
||||||
template:
|
|
||||||
src: 'templates/conkyrc.j2'
|
|
||||||
dest: '~/.conkyrc'
|
|
||||||
mode: '0400'
|
|
||||||
|
|
||||||
- name: 'IPv6: Privacy'
|
- name: 'IPv6: Privacy'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
@ -73,6 +55,24 @@
|
||||||
name: 'wg-quick@wg0'
|
name: 'wg-quick@wg0'
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
- name: 'Config: Checkout some repositories for local config'
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- repos
|
||||||
|
git:
|
||||||
|
repo: "{{ item.repo }}"
|
||||||
|
dest: "{{ item.dest }}"
|
||||||
|
loop: "{{ config_repos }}"
|
||||||
|
|
||||||
|
- name: 'Conky: Configuration'
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- conky
|
||||||
|
template:
|
||||||
|
src: 'templates/conkyrc.j2'
|
||||||
|
dest: '~/.conkyrc'
|
||||||
|
mode: '0400'
|
||||||
|
|
||||||
- name: 'Synaptics touchpad natural scrolling'
|
- name: 'Synaptics touchpad natural scrolling'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Reference in a new issue