Skip to content

Commit d5c6a18

Browse files
committed
Fix final two test failures.
1 parent 522db89 commit d5c6a18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/https-self-signed.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
- hosts: all
33

4-
vars:
5-
# Added to prevent test failures in CI.
6-
firewall_enable_ipv6: false
7-
84
tasks:
95
- name: Ensure apt cache is updated.
106
apt: update_cache=true cache_valid_time=600
117

128
# HTTPS Self-Signed Certificate test.
139
- import_playbook: ../https-self-signed/provisioning/main.yml
10+
vars:
11+
firewall_enable_ipv6: false

tests/jenkins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111

1212
# Jenkins test.
1313
- import_playbook: ../jenkins/provision.yml
14+
vars:
15+
firewall_enable_ipv6: false

0 commit comments

Comments
 (0)