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