diff --git a/.ansible/roles/linux_desktop/tasks/config.yaml b/.ansible/roles/linux_desktop/tasks/config.yaml index f5747b0..127a18a 100644 --- a/.ansible/roles/linux_desktop/tasks/config.yaml +++ b/.ansible/roles/linux_desktop/tasks/config.yaml @@ -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