mirror of https://github.com/ansible/ansible.git
parent
d93883645c
commit
c3fc8db41c
@ -0,0 +1,2 @@
|
||||
deprecated_features:
|
||||
- vars - Specifying a list of dictionaries for ``vars:`` is deprecated in favor of specifying a dictionary.
|
@ -1,6 +1,6 @@
|
||||
- hosts: testhost
|
||||
gather_facts: False
|
||||
vars:
|
||||
- output_dir: .
|
||||
output_dir: .
|
||||
roles:
|
||||
- { role: test_vault, tags: test_vault}
|
||||
|
@ -1,6 +1,6 @@
|
||||
- hosts: testhost
|
||||
gather_facts: False
|
||||
vars:
|
||||
- output_dir: .
|
||||
output_dir: .
|
||||
roles:
|
||||
- { role: test_vaulted_template, tags: test_vaulted_template}
|
||||
|
@ -1,7 +1,7 @@
|
||||
- name: Test that check works with check_mode specified in roles
|
||||
hosts: testhost
|
||||
vars:
|
||||
- output_dir: .
|
||||
output_dir: .
|
||||
roles:
|
||||
- { role: test_always_run, tags: test_always_run }
|
||||
- { role: test_check_mode, tags: test_check_mode }
|
||||
|
Loading…
Reference in New Issue