mirror of
https://github.com/inofix/maestro.py.git
synced 2026-02-05 09:45:24 +01:00
12
main.py
12
main.py
@@ -154,11 +154,11 @@ def do_reinit():
|
||||
|
||||
if subprocess.call([settings.ANSIBLE_GALAXY, 'install', '-r', f]):
|
||||
error(
|
||||
"ansible-galaxy failed to perform the" \
|
||||
"installation. Please make sure all the" \
|
||||
"roles do exist and that you have" \
|
||||
"write access to the ansible 'roles_path'," \
|
||||
"it can be controled in ansible.cfg in" \
|
||||
"ansible-galaxy failed to perform the " \
|
||||
"installation. Please make sure all the " \
|
||||
"roles exist and that you have " \
|
||||
"write access to the ansible 'roles_path', " \
|
||||
"it can be controled in ansible.cfg in " \
|
||||
"the [defaults] section."
|
||||
)
|
||||
print('done')
|
||||
@@ -241,7 +241,7 @@ def print_plain_reclass(nodeFilter, classFilter, projectFilter):
|
||||
if len(reclassmode):
|
||||
reclassmode = '-n {}'.format(reclassmode)
|
||||
else:
|
||||
error('The node does not seem to exists: {}'.format(nodeFilter))
|
||||
error('The node does not seem to exist: {}'.format(nodeFilter))
|
||||
else:
|
||||
reclassmode = '-i'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user