Skip to content
Snippets Groups Projects
Commit 85de1d62 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 74f06289
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ args, extras = parser.parse_known_args()
path = os.path.dirname(os.path.realpath(__file__)) + os.path.sep
# Start building command
cmd = [path + 'ansible-playbook.py', 'setup_local', '--local=True', '--extra-vars=company=' + args.company]
cmd = [path + 'ansible-playbook.py', 'setup_local', '--local', '--extra-vars=company=' + args.company]
# Append more CLI options
for extra in extras:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment