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
|
||||
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
|
Loading…
Add table
Reference in a new issue