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
Dustin 2022-08-20 18:14:31 -05:00
parent 9c364b1f06
commit b6a35f9ce9
1 changed files with 6 additions and 0 deletions

View File

@ -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