added yaml 1.2.2 compatibility (#176)

This commit is contained in:
A. Binzxxxxxx
2023-10-20 17:16:45 +02:00
committed by GitHub
parent 4064c8b040
commit f241fd34d0
8 changed files with 41 additions and 41 deletions

View File

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