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 c297a1b commit 2329991Copy full SHA for 2329991
tests/deployments-rolling.yml
@@ -1,10 +1,6 @@
1
---
2
- hosts: all
3
4
- vars:
5
- # Added to prevent test failures in CI.
6
- firewall_enable_ipv6: false
7
-
8
tasks:
9
- add_host:
10
name: localhost
@@ -14,5 +10,5 @@
14
- name: Ensure ping is present.
15
11
apt: name=iputils-ping state=present
16
12
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'
+- import_playbook: ../deployments-rolling/playbooks/deploy.yml firewall_enable_ipv6='false'
0 commit comments