1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Extra docs for callback plugins manifest entry

This commit is contained in:
Matthew Jones 2015-12-17 11:26:42 -05:00
parent 0e98491dac
commit 4ae8d35cc3

View File

@ -775,7 +775,7 @@ TOWER_SETTINGS_MANIFEST = {
},
"AWX_ANSIBLE_CALLBACK_PLUGINS": {
"name": "Ansible Callback Plugins",
"description": "Extra Callback Plugins to be used when running jobs",
"description": "Colon Seperated Paths for extra callback plugins to be used when running jobs",
"default": AWX_ANSIBLE_CALLBACK_PLUGINS,
"type": "string",
"category": "jobs",