mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
openstack: doc: add return doc, fixes build
This commit is contained in:
parent
48223fd268
commit
051b11b983
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ EXAMPLES = '''
|
||||||
domain: newyork
|
domain: newyork
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
#
|
||||||
|
'''
|
||||||
|
|
||||||
def _system_state_change(state, assignment):
|
def _system_state_change(state, assignment):
|
||||||
if state == 'present' and not assignment:
|
if state == 'present' and not assignment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue