ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)

* Call ansible-validate-modules

* Correct quotes + add newline
This commit is contained in:
John R Barker
2016-05-03 15:51:12 +01:00
committed by Matt Clay
parent fa00c69ff2
commit d13046a905
18 changed files with 106 additions and 85 deletions

View File

@@ -68,7 +68,7 @@ images:
description: Facts for the selected images.
returned: always
type: dict
sample:[
sample: [
{
"Architecture": "amd64",
"Author": "",
@@ -111,7 +111,7 @@ images:
"Cmd": [
"/bin/sh",
"-c",
"#(nop) CMD [\"/etc/docker/registry/config.yml\"]"
'#(nop) CMD ["/etc/docker/registry/config.yml"]'
],
"Domainname": "",
"Entrypoint": [
@@ -241,4 +241,4 @@ def main():
from ansible.module_utils.basic import *
if __name__ == '__main__':
main()
main()