Browse Source

Python dns/dig dependancies on debian

pull/99/head
Mark Janssen 7 years ago
committed by GitHub
parent
commit
1334702945
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      roles/matrix-base/tasks/setup_server_base.yml

+ 2
- 0
roles/matrix-base/tasks/setup_server_base.yml View File

@@ -35,6 +35,8 @@
name:
- apt-transport-https
- ca-certificates
- dig
- python-dns
state: present
update_cache: yes
when: ansible_os_family == 'Debian'


Loading…
Cancel
Save