We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96974b1 commit bc8375aCopy full SHA for bc8375a
tests/https-nginx-proxy.yml
@@ -3,7 +3,7 @@
3
4
tasks:
5
- name: Ensure apt cache is updated.
6
- apt: update_cache=yes cache_valid_time=600
+ apt: update_cache=true cache_valid_time=600
7
8
-# HTTPS Self-Signed Certificate test.
9
-- import_playbook: ../https-self-signed/provisioning/main.yml
+# HTTPS Nginx Proxy test.
+- import_playbook: ../https-nginx-proxy/provisioning/main.yml
tests/https-self-signed.yml
@@ -5,5 +5,5 @@
apt: update_cache=true cache_valid_time=600
-# HTTPS Proxy test.
-- import_playbook: ../https-nginx-proxy/provisioning/main.yml
+# HTTPS Self-Signed Certificate test.
+- import_playbook: ../https-self-signed/provisioning/main.yml
0 commit comments