Adjust order of code for readability

This commit is contained in:
KemoNine 2020-08-05 01:44:21 +00:00
parent 6429e24205
commit 705e60fb72
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
---
- hosts: frames
become: yes
roles:
- msmtp
- hdmi
- monit
tasks:
- name: Setup timezone
timezone:
name: "{{ frame_timezone }}"
roles:
- msmtp
- hdmi
- monit