Skip to content

Commit 2329991

Browse files
committed
Attempt importing playbook that fails tests with added variable.
1 parent c297a1b commit 2329991

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/deployments-rolling.yml

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

4-
vars:
5-
# Added to prevent test failures in CI.
6-
firewall_enable_ipv6: false
7-
84
tasks:
95
- add_host:
106
name: localhost
@@ -14,5 +10,5 @@
1410
- name: Ensure ping is present.
1511
apt: name=iputils-ping state=present
1612

17-
- import_playbook: ../deployments-rolling/playbooks/provision.yml
18-
- import_playbook: ../deployments-rolling/playbooks/deploy.yml
13+
- import_playbook: ../deployments-rolling/playbooks/provision.yml firewall_enable_ipv6='false'
14+
- import_playbook: ../deployments-rolling/playbooks/deploy.yml firewall_enable_ipv6='false'

0 commit comments

Comments
 (0)