summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/blackmagic-desktopvideo/tasks/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/blackmagic-desktopvideo/tasks/main.yaml b/roles/blackmagic-desktopvideo/tasks/main.yaml
index fde4de37..632f36ea 100644
--- a/roles/blackmagic-desktopvideo/tasks/main.yaml
+++ b/roles/blackmagic-desktopvideo/tasks/main.yaml
@@ -1,4 +1,9 @@
---
+- name: install apt https transport
+ apt:
+ name: apt-transport-https
+ state: present
+
- name: add repository key
apt_key:
data: "{{ lookup('file', 'repo.asc') }}"