1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

adds ltm policy to bigip facts (#56926)

facts no longer return changed but queried status in results
This commit is contained in:
Wojciech Wypior 2019-05-24 19:12:45 +02:00 committed by Tim Rupp
parent 30210e7de0
commit fca2a4c68b
2 changed files with 1278 additions and 696 deletions

View file

@ -127,6 +127,6 @@ class TestManager(unittest.TestCase):
results = mm.exec_module()
assert results['changed'] is True
assert results['queried'] is True
assert 'virtual_addresses' in results
assert len(results['virtual_addresses']) > 0