mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add module support to yamllint sanity test. (#34964)
* Add module support to yamllint sanity test. * Fix duplicate keys in module RETURN docs. * Fix syntax in return_common docs fragment. * Fix duplicate keys in module EXAMPLES docs.
This commit is contained in:
@@ -82,18 +82,18 @@ extends_documentation_fragment: cloudstack
|
||||
|
||||
EXAMPLES = '''
|
||||
# create a network ACL
|
||||
local_action:
|
||||
module: cs_network_acl
|
||||
name: Webserver ACL
|
||||
description: a more detailed description of the ACL
|
||||
vpc: customers
|
||||
- local_action:
|
||||
module: cs_network_acl
|
||||
name: Webserver ACL
|
||||
description: a more detailed description of the ACL
|
||||
vpc: customers
|
||||
|
||||
# remove a network ACL
|
||||
local_action:
|
||||
module: cs_network_acl
|
||||
name: Webserver ACL
|
||||
vpc: customers
|
||||
state: absent
|
||||
- local_action:
|
||||
module: cs_network_acl
|
||||
name: Webserver ACL
|
||||
vpc: customers
|
||||
state: absent
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user