Skip to content

Commit

Permalink
project: fix daemon-reload -> daemon_reload
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
  • Loading branch information
MrFreezeex committed Jun 26, 2023
1 parent 57fbf56 commit d439b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/control-plane/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@
name: k8s-certs-renew.timer
enabled: yes
state: started
daemon-reload: "{{ k8s_certs_units is changed }}"
daemon_reload: "{{ k8s_certs_units is changed }}"
when: auto_renew_certificates

0 comments on commit d439b3f

Please sign in to comment.