mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cs_router: fix missing doc (#37107)
* cs_router: fix missing doc * update ignore.txt
This commit is contained in:
parent
67d8c8f5c6
commit
e1297af18a
2 changed files with 5 additions and 3 deletions
|
@ -70,6 +70,11 @@ options:
|
|||
required: false
|
||||
default: 'present'
|
||||
choices: [ 'present', 'absent', 'started', 'stopped', 'restarted' ]
|
||||
poll_async:
|
||||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: yes
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -386,9 +386,6 @@ lib/ansible/modules/cloud/cloudstack/cs_network_offering.py E326
|
|||
lib/ansible/modules/cloud/cloudstack/cs_portforward.py E325
|
||||
lib/ansible/modules/cloud/cloudstack/cs_project.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_project.py E325
|
||||
lib/ansible/modules/cloud/cloudstack/cs_router.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_router.py E324
|
||||
lib/ansible/modules/cloud/cloudstack/cs_router.py E325
|
||||
lib/ansible/modules/cloud/cloudstack/cs_securitygroup_rule.py E325
|
||||
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E323
|
||||
|
|
Loading…
Add table
Reference in a new issue