Small re-order

This commit is contained in:
Scott Wallace 2019-05-09 18:08:53 +01:00
parent 87ba868a37
commit fb236fed86

View file

@ -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