Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
7
roles/ddnsupdate/handlers/main.yml
Normal file
7
roles/ddnsupdate/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: enable ddns-update timer
|
||||
systemd:
|
||||
name: ddns-update.timer
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
listen: "enable ddns-update timer"
|
Loading…
Add table
Add a link
Reference in a new issue