unbound: Convert modules to use FQCN

This commit is contained in:
Timo Makinen 2022-04-14 13:18:14 +00:00
parent b24e7feaeb
commit ad469b041c
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart unbound
service:
ansible.builtin.service:
name: unbound
state: restarted