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
become: yes
roles:
- jotbe.common
- geerlingguy.pip
- geerlingguy.docker
- jotbe.dev_tools
vars:
ansible_version: "2.9.4"
pip_install_packages:
@ -81,10 +87,4 @@
- name: Reboot system
reboot:
when: desktop_installed.changed
roles:
- jotbe.common
- geerlingguy.pip
- geerlingguy.docker
- jotbe.dev_tools
when: desktop_installed.changed