Moves roles to the top of the playbook to make them more visible
This commit is contained in:
parent
c01feb19b8
commit
a0717868ae
1 changed files with 7 additions and 7 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue