cs_router: fix missing doc (#37107)
* cs_router: fix missing doc
* update ignore.txt
(partly cherry picked from commit e1297af18a
)
This commit is contained in:
parent
c054527d65
commit
f230d8e9c4
2 changed files with 5 additions and 1 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
|
||||
'''
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ lib/ansible/modules/cloud/cloudstack/cs_loadbalancer_rule.py E322
|
|||
lib/ansible/modules/cloud/cloudstack/cs_loadbalancer_rule_member.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_network_offering.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_project.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_router.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E322
|
||||
lib/ansible/modules/cloud/cloudstack/cs_service_offering.py E323
|
||||
lib/ansible/modules/cloud/cloudstack/cs_storage_pool.py E322
|
||||
|
|
Loading…
Reference in a new issue