[TIDY] move when statements, fix whitespace

Having the when condition of a task at the top instead of bottom is
easiert to read. Also some spaces were another whitespace character on
accident.
This commit is contained in:
Jannik Beyerstedt 2022-02-13 20:52:02 +01:00
parent 1de4e4ef24
commit a0ac0a67a7
13 changed files with 54 additions and 60 deletions

View file

@ -6,5 +6,5 @@
ansible.builtin.include_tasks: "caddy-install.yml"
- name: caddyserver - Setup caddy server
ansible.builtin.include_tasks: "caddy-setup.yml"
when: caddy_email is defined
ansible.builtin.include_tasks: "caddy-setup.yml"