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