2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 00:48:46 +01:00

added gardena monitor

This commit is contained in:
Christian Schnidrig
2019-07-05 20:21:27 +02:00
parent dbeff3ea46
commit caf4dcd77a
6 changed files with 60 additions and 3 deletions

View File

@@ -10,8 +10,17 @@
- ntp
- tmux
- python-pip
- python3-pip
- git
- multitail
- python3-requests
tags:
- packages
- name: install python 3 modules with pip
pip:
name: websocket-client
executable: pip3
tags:
- packages