Przeglądaj źródła

fix for Issue 90 (#91)

Sergey Karatkevich 8 lat temu
rodzic
commit
f635e4cb6a
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      tasks/Ubuntu/main.yml

+ 3 - 0
tasks/Ubuntu/main.yml

@@ -4,6 +4,9 @@
 
   - include_vars: "{{ ansible_distribution }}.yml"
 
+  - name: Ensure that https transport is ready
+    apt: name=apt-transport-https state=present
+    
   - name: Ensure the Sensu APT repo GPG key is present
     apt_key:
       url: https://sensu.global.ssl.fastly.net/apt/pubkey.gpg