6 lines
92 B
YAML
6 lines
92 B
YAML
|
---
|
||
|
- name: install influxdb python package
|
||
|
become: yes
|
||
|
pip:
|
||
|
name: influxdb
|