nginx: clarify intent regarding check mode

This commit is contained in:
Jérémy Lecour 2024-02-07 15:39:05 +01:00 committed by Jérémy Lecour
parent ef2e65287e
commit 4fb49dd6c9
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -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