Merge pull request #7120 from fherbert/playbook_symlinks

Add option to follow symlinks when scanning for playbooks

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-05-26 22:26:49 +00:00
committed by GitHub
4 changed files with 20 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ export default ['i18n', function(i18n) {
AWX_COLLECTIONS_ENABLED: {
type: 'toggleSwitch',
},
AWX_SHOW_PLAYBOOK_LINKS: {
type: 'toggleSwitch',
},
PRIMARY_GALAXY_URL: {
type: 'text',
reset: 'PRIMARY_GALAXY_URL',