unbound(role): remove tags inside role
This commit is contained in:
parent
84b1fa70ce
commit
bb127d1375
2 changed files with 0 additions and 3 deletions
|
|
@ -1,12 +1,10 @@
|
|||
- name: unbound.restarted
|
||||
tags: [ unbound, dns, dns_resolver ]
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: unbound.service
|
||||
state: restarted
|
||||
|
||||
- name: unbound.reloaded
|
||||
tags: [ unbound, dns, dns_resolver ]
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: unbound.service
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
- name: unbound role main
|
||||
tags: [ unbound, dns, dns_resolver ]
|
||||
block:
|
||||
|
||||
- name: install unbound dns resolver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue