mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
This commit ensures that check-mode works on systems when this role is run without any telegraf being installed. Before ``` fatal: [host-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service telegraf: host"} ``` After ``` fatal: [host-1]: FAILED! => {"changed": false, "msg": "Could not find the requested service telegraf: host"} ...ignoring ```