Skip to content

Commit 522db89

Browse files
committed
Another attempt to fix failing tests with ipv6 var.
1 parent 2329991 commit 522db89

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/deployments-rolling.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@
1010
- name: Ensure ping is present.
1111
apt: name=iputils-ping state=present
1212

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

0 commit comments

Comments
 (0)