Skip to content

Commit 71e0729

Browse files
StevenH1901cmeissner
authored andcommitted
New test to ensure app_id deafults to 'ansible'
1 parent d306c7c commit 71e0729

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/test_playbooks/shared_vars.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)