Moves roles to the top of the playbook to make them more visible

This commit is contained in:
Jan Beilicke 2021-04-20 22:56:56 +02:00
parent c01feb19b8
commit a0717868ae

View file

@ -2,6 +2,12 @@
gather_facts: yes gather_facts: yes
become: yes become: yes
roles:
- jotbe.common
- geerlingguy.pip
- geerlingguy.docker
- jotbe.dev_tools
vars: vars:
ansible_version: "2.9.4" ansible_version: "2.9.4"
pip_install_packages: pip_install_packages:
@ -82,9 +88,3 @@
- name: Reboot system - name: Reboot system
reboot: reboot:
when: desktop_installed.changed when: desktop_installed.changed
roles:
- jotbe.common
- geerlingguy.pip
- geerlingguy.docker
- jotbe.dev_tools