1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

use dataset name as naming prefix

This commit is contained in:
Jake McDermott 2017-09-07 22:44:50 -04:00
parent ab87f81ad8
commit 573d35feff
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -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'])