Compare commits

...

2 Commits

Author SHA1 Message Date
6077bb0d78
🔨 Install dnspython 2021-12-17 17:43:52 +01:00
9cbeaa71f6
🔨 Install unzip 2021-12-17 17:32:05 +01:00

View File

@ -42,3 +42,12 @@
delegate_to: localhost
when:
- loki_binary_local_dir | length == 0
- name: Install unzip
apt:
name: unzip
update_cache: true
- name: Install dnspython
pip:
name: dnspython