Adjust order of code for readability
This commit is contained in:
parent
6429e24205
commit
705e60fb72
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
- hosts: frames
|
- hosts: frames
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
|
||||||
- name: Setup timezone
|
|
||||||
timezone:
|
|
||||||
name: "{{ frame_timezone }}"
|
|
||||||
roles:
|
roles:
|
||||||
- msmtp
|
- msmtp
|
||||||
- hdmi
|
- hdmi
|
||||||
- monit
|
- monit
|
||||||
|
tasks:
|
||||||
|
- name: Setup timezone
|
||||||
|
timezone:
|
||||||
|
name: "{{ frame_timezone }}"
|
||||||
|
|
Loading…
Reference in a new issue