Parcourir la source

fix for Issue 90 (#91)

Sergey Karatkevich il y a 8 ans
Parent
commit
f635e4cb6a
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      tasks/Ubuntu/main.yml

+ 3 - 0
tasks/Ubuntu/main.yml

@@ -4,6 +4,9 @@
 
 
   - include_vars: "{{ ansible_distribution }}.yml"
   - 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
   - name: Ensure the Sensu APT repo GPG key is present
     apt_key:
     apt_key:
       url: https://sensu.global.ssl.fastly.net/apt/pubkey.gpg
       url: https://sensu.global.ssl.fastly.net/apt/pubkey.gpg