Skip to content
Snippets Groups Projects
Verified Commit a4f0ca72 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update config schema and example file

parent a225ee51
No related branches found
No related tags found
1 merge request!1Update config schema and example file
...@@ -9,9 +9,9 @@ CONFIG_SCHEMA = { ...@@ -9,9 +9,9 @@ CONFIG_SCHEMA = {
'type': 'object', 'type': 'object',
'properties': { 'properties': {
'playbook-dir': {'type': 'string'}, 'collection-uri': {'type': 'string'},
}, },
'required': ['playbook-dir'], 'required': ['collection-uri'],
'additionalProperties': False 'additionalProperties': False
} }
......
{ {
"playbook-dir": "/absolute/path/to/playbooks" "collection-uri": "organisation.collection"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment