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
1 changed files with 2 additions and 0 deletions

View File

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