influxdb: Add client tools
This commit is contained in:
parent
577b90eae0
commit
f947734ad1
1 changed files with 4 additions and 1 deletions
|
@ -10,8 +10,11 @@
|
|||
|
||||
- name: install packages
|
||||
ansible.builtin.package:
|
||||
name: influxdb2
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- influxdb2
|
||||
- influxdb2-cli
|
||||
|
||||
# https://github.com/influxdata/influxdb/issues/22435
|
||||
- name: fix logrotate errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue