mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
use dataset name as naming prefix
This commit is contained in:
@@ -107,6 +107,9 @@ if options['preset']:
|
|||||||
|
|
||||||
options.update({cols[0]: cols[col + 1] for cols in split_lines})
|
options.update({cols[0]: cols[col + 1] for cols in split_lines})
|
||||||
|
|
||||||
|
if not options['prefix']:
|
||||||
|
options['prefix'] = options['preset']
|
||||||
|
|
||||||
|
|
||||||
n_organizations = int(options['organizations'])
|
n_organizations = int(options['organizations'])
|
||||||
n_users = int(options['users'])
|
n_users = int(options['users'])
|
||||||
|
|||||||
Reference in New Issue
Block a user