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'
|
||||
tags:
|
||||
- config
|
||||
|
@ -73,6 +55,24 @@
|
|||
name: 'wg-quick@wg0'
|
||||
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'
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Reference in a new issue