mirror of https://github.com/ansible/ansible.git
Fixing broken patch 20957a1
Also adds integration tests for nested includes with conditionalspull/8558/head
parent
b0295af7ee
commit
783a1e3dfc
@ -0,0 +1 @@
|
||||
- include: test_include_nested.yml
|
@ -0,0 +1,2 @@
|
||||
- name: set the nested include fact
|
||||
set_fact: nested_include_var=1
|
Loading…
Reference in New Issue