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 522db89 commit d5c6a18Copy full SHA for d5c6a18
tests/https-self-signed.yml
@@ -1,13 +1,11 @@
1
---
2
- hosts: all
3
4
- vars:
5
- # Added to prevent test failures in CI.
6
- firewall_enable_ipv6: false
7
-
8
tasks:
9
- name: Ensure apt cache is updated.
10
apt: update_cache=true cache_valid_time=600
11
12
# HTTPS Self-Signed Certificate test.
13
- import_playbook: ../https-self-signed/provisioning/main.yml
+ vars:
+ firewall_enable_ipv6: false
tests/jenkins.yml
@@ -11,3 +11,5 @@
# Jenkins test.
- import_playbook: ../jenkins/provision.yml
14
15
0 commit comments