Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/ansiblelint/schemas/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,13 @@
]
},
"required": ["description"]
},
"else": {
"$comment": "If standalone is false, then we have a collection role and only description is required",
"required": ["description"]
}
}
],
"else": {
"$comment": "If standalone is false, then we have a collection role and only description is required",
"required": ["description"]
},
"properties": {
"author": {
"title": "Author",
Expand Down Expand Up @@ -1542,8 +1542,8 @@
"$schema": "http://json-schema.org/draft-07/schema",
"description": "https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies",
"examples": ["meta/main.yml"],
"additionalProperties": false,
"properties": {
"additionalProperties": false,
"allow_duplicates": {
"title": "Allow Duplicates",
"type": "boolean"
Expand Down
Loading