Skip to content

Commit

Permalink
cs_router: fix missing doc (ansible#37107)
Browse files Browse the repository at this point in the history
* cs_router: fix missing doc

* update ignore.txt
  • Loading branch information
resmo authored and gundalow committed Mar 7, 2018
1 parent 67d8c8f commit e1297af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions lib/ansible/modules/cloud/cloudstack/cs_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
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
'''

Expand Down
3 changes: 0 additions & 3 deletions test/sanity/validate-modules/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1297af

Please sign in to comment.