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

Merge branch 'feature/app-config' into 'develop'

Update config schema and example file

See merge request goat/gap/ansible-api!1
parents a225ee51 a4f0ca72
Branches
Tags
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