nginx: clarify intent regarding check mode
This commit is contained in:
parent
ef2e65287e
commit
4fb49dd6c9
1 changed files with 3 additions and 0 deletions
|
@ -30,7 +30,10 @@
|
|||
ansible.builtin.copy:
|
||||
src: systemd/spawn-fcgi-munin-graph.service
|
||||
dest: /etc/systemd/system/spawn-fcgi-munin-graph.service
|
||||
force: yes
|
||||
|
||||
# WARN: there is no (apparent) way to check if the service exists
|
||||
# so we disable this task in check mode.
|
||||
- name: Systemd unit for Munin-fcgi is started
|
||||
ansible.builtin.systemd:
|
||||
name: spawn-fcgi-munin-graph
|
||||
|
|
Loading…
Reference in a new issue