Browse Source

fix for Issue 90 (#91)

Sergey Karatkevich 8 năm trước cách đây
mục cha
commit
f635e4cb6a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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