mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03: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})
|
||||
|
||||
if not options['prefix']:
|
||||
options['prefix'] = options['preset']
|
||||
|
||||
|
||||
n_organizations = int(options['organizations'])
|
||||
n_users = int(options['users'])
|
||||
|
||||
Reference in New Issue
Block a user