mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07: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:
parent
1ce2ea0b6c
commit
9bf33e56dd
42 changed files with 165 additions and 4 deletions
|
@ -30,6 +30,11 @@ description:
|
|||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "shade"
|
||||
options:
|
||||
availability_zone:
|
||||
description:
|
||||
- Ignored. Present for backwards compatability
|
||||
required: false
|
||||
extends_documentation_fragment: openstack
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue