feat: enable service for alpine
This commit is contained in:
parent
e475d2ce40
commit
22599252e1
1 changed files with 1 additions and 0 deletions
|
|
@ -14,5 +14,6 @@
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: "unbound"
|
name: "unbound"
|
||||||
state: "restarted"
|
state: "restarted"
|
||||||
|
enabled: true
|
||||||
when: ansible_os_family == "Alpine"
|
when: ansible_os_family == "Alpine"
|
||||||
listen: "restart unbound"
|
listen: "restart unbound"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue