Skip to content

Commit

Permalink
Update schemas (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 29, 2022
1 parent 0e6cdef commit 5006cc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/collection/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
license:
- GPL # <-- invalid license values based on galaxy schema
- Apache
repository: some-url
3 changes: 2 additions & 1 deletion src/ansiblelint/schemas/galaxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@
"version",
"readme",
"authors",
"description"
"description",
"repository"
],
"title": "Ansible galaxy.yml Schema",
"type": "object"
Expand Down
6 changes: 6 additions & 0 deletions src/ansiblelint/schemas/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,12 @@
"default": 8,
"title": "Salt Size",
"type": "integer"
},
"unsafe": {
"default": false,
"markdownDescription": "See [unsafe](https://docs.ansible.com/ansible/latest/user_guide/playbooks_prompts.html#allowing-special-characters-in-vars-prompt-values)",
"title": "Unsafe",
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit 5006cc4

Please sign in to comment.