Skip to content
Snippets Groups Projects
Commit a9207bf1 authored by Jafar Lie's avatar Jafar Lie
Browse files

Merge branch 'telegraf-1.15' into 'master'

Telegraf 1.15

See merge request !371
parents c57eac21 1b81e58f
No related branches found
No related tags found
1 merge request!371Telegraf 1.15
- name: Install Telegraf from URL [RHEL/CentOS]
yum:
name: "{{ telegraf_install_rpm_url }}"
state: present
state: latest
when: ansible_os_family == "RedHat"
become: true
become_user: root
......@@ -17,7 +17,7 @@
- name: Install Telegraf package
apt:
deb: /tmp/telegraf-ansible-download.deb
state: present
state: latest
when: ansible_os_family == "Debian"
become: true
become_user: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment