mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Also add become for installation
This commit is contained in:
@ -41,4 +41,5 @@
|
||||
state: "{{ telegraf_agent_package_state }}"
|
||||
register: is_telegraf_package_installed
|
||||
until: is_telegraf_package_installed is succeeded
|
||||
become: yes
|
||||
notify: "Restart Telegraf"
|
||||
|
Reference in New Issue
Block a user