mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Move availability_zone docs to each OpenStack module (#21540)
* Move availability_zone docs to each OpenStack module This argument is in the central list for hysterical raisins (mostly me being a doofus) but is used in almost none of them. Document it explicitly in each module to stop the confusion. * Fix two docs formatting bugs
This commit is contained in:
committed by
Ricardo Carrillo Cruz
parent
1ce2ea0b6c
commit
9bf33e56dd
@@ -54,6 +54,10 @@ options:
|
||||
- Should the resource be present or absent.
|
||||
choices: [present, absent]
|
||||
default: present
|
||||
availability_zone:
|
||||
description:
|
||||
- Ignored. Present for backwards compatability
|
||||
required: false
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user