Mark Janssen
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
roles/matrix-base/tasks/setup_server_base.yml
|
|
|
@@ -35,6 +35,8 @@ |
|
|
|
name: |
|
|
|
- apt-transport-https |
|
|
|
- ca-certificates |
|
|
|
- dig |
|
|
|
- python-dns |
|
|
|
state: present |
|
|
|
update_cache: yes |
|
|
|
when: ansible_os_family == 'Debian' |
|
|
|
|