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 d306c7c commit 71e0729Copy full SHA for 71e0729
tests/test_playbooks/shared_vars.yml
@@ -0,0 +1,14 @@
1
+- name: Shared vars test
2
+ hosts: localhost
3
+ gather_facts: false
4
+ vars_files:
5
+ - vars/server.yml
6
+ - vars/address.yml
7
+ tasks:
8
+ - name: Check app_id defaults to 'ansible'
9
+ ansible.builtin.include_tasks: tasks/address.yml
10
+ vars:
11
+ override:
12
+ phpipam_app_id: ""
13
+ step: create address again, no change
14
+ address: '{{ base_address_data }}'
0 commit comments