mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 00:38:36 -05:00
Make safe variable duplications for rename (#5093)
* Make safe variable duplications to controller * Back out some changes to be smarter * Update test to new vars
This commit is contained in:
committed by
Shane McDonald
parent
95e796a88a
commit
a8083296e6
@@ -22,6 +22,8 @@ class TestInventoryScript:
|
||||
assert inventory.get_script_data(hostvars=True, towervars=True)['_meta']['hostvars']['ahost'] == {
|
||||
'remote_tower_enabled': 'true',
|
||||
'remote_tower_id': host.id,
|
||||
'remote_host_enabled': 'true',
|
||||
'remote_host_id': host.id,
|
||||
}
|
||||
|
||||
def test_all_group(self, inventory):
|
||||
|
||||
Reference in New Issue
Block a user