chore: added install python library
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
---
|
||||
- name: install required packages
|
||||
apt:
|
||||
name: "{{ docker_python_packages }}"
|
||||
state: present
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: install required python modules
|
||||
pip:
|
||||
executable: pip3
|
||||
name: "{{ docker_python_libraries }}"
|
||||
|
||||
- name: Deploy Netdata Docker container
|
||||
community.docker.docker_container:
|
||||
name: netdata
|
||||
|
||||
Reference in New Issue
Block a user