r/protonvpn: Install watchdog dependencies
The `protonvpn-watchdog.py` script requires the *httpx* Python package. This needs to be installed for the script to work.btop
parent
9c364b1f06
commit
b6a35f9ce9
|
@ -28,6 +28,12 @@
|
|||
- strongswan-config
|
||||
- protonvpn-config
|
||||
|
||||
- name: ensure protonvpn-watchdog dependencies are installed
|
||||
package:
|
||||
name: python3-httpx
|
||||
state: present
|
||||
tags:
|
||||
- install
|
||||
- name: ensure protonvpn-watchdog script is installed
|
||||
copy:
|
||||
src: protonvpn-watchdog.py
|
||||
|
|
Loading…
Reference in New Issue