Skip to content

Commit

Permalink
bump default version to 1.26 and remove forced home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Werner authored and Dennis Werner committed Mar 26, 2024
1 parent 18fb28b commit 243c4cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
telegraf_enabled: True
# defaults file for ansible-telegraf

telegraf_agent_version: 1.18.2
telegraf_agent_version: 1.26.0
telegraf_agent_version_patch: 1
telegraf_agent_package: telegraf
telegraf_agent_package_file_deb: telegraf_{{ telegraf_agent_version }}-{{ telegraf_agent_version_patch }}_{{ telegraf_agent_package_arch }}.deb
Expand Down
1 change: 0 additions & 1 deletion tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
group: telegraf
state: present
create_home: False
home: "{{ telegraf_agent_config_path }}"
system: True
become: yes

Expand Down

0 comments on commit 243c4cd

Please sign in to comment.