mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 17:04:02 -07:00
Make group_vars and host_vars available to usr/bin/ansible, and make vars_plugins exist
This commit is contained in:
parent
e04dab904a
commit
6ba30170dd
9 changed files with 91 additions and 29 deletions
|
@ -180,8 +180,6 @@ class TestPlaybook(unittest.TestCase):
|
|||
runner_callbacks=test_callbacks
|
||||
)
|
||||
playbook.run()
|
||||
assert playbook.SETUP_CACHE['host1'] == {'attr2': 2, 'attr1': 1}
|
||||
assert playbook.SETUP_CACHE['host2'] == {'attr2': 2}
|
||||
|
||||
def test_yaml_hosts_list(self):
|
||||
# Make sure playbooks support hosts: [host1, host2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue