1
0
Fork 0

Leave more space to highlight tasks

This commit is contained in:
Daniele Tricoli 2020-11-14 18:14:27 +01:00
parent 9841950f70
commit aff7ae352e

View file

@ -1,5 +1,6 @@
--- ---
- block: - block:
- name: ensure adguardhome group exits - name: ensure adguardhome group exits
group: group:
name: adguardhome name: adguardhome
@ -96,5 +97,6 @@
systemd: systemd:
name: adguardhome name: adguardhome
state: started state: started
become: "{{ adguardhome_become }}" become: "{{ adguardhome_become }}"
become_user: "{{ adguardhome_become_user }}" become_user: "{{ adguardhome_become_user }}"