mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
openstack: doc: add return doc, fixes build
This commit is contained in:
@@ -91,6 +91,9 @@ EXAMPLES = '''
|
||||
domain: newyork
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
#
|
||||
'''
|
||||
|
||||
def _system_state_change(state, assignment):
|
||||
if state == 'present' and not assignment:
|
||||
|
||||
Reference in New Issue
Block a user