mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
added yaml 1.2.2 compatibility (#176)
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
service:
|
||||
name: telegraf
|
||||
state: restarted
|
||||
enabled: yes
|
||||
enabled: true
|
||||
when: not telegraf_agent_docker
|
||||
become: yes
|
||||
become: true
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
|
||||
- name: "Restart Telegraf container"
|
||||
|
Reference in New Issue
Block a user