aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/cli/commands/cmd_setup.py')
-rw-r--r--qtip/cli/commands/cmd_setup.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/qtip/cli/commands/cmd_setup.py b/qtip/cli/commands/cmd_setup.py
deleted file mode 100644
index ac434561..00000000
--- a/qtip/cli/commands/cmd_setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
-##############################################################################
-# Copyright (c) 2017 taseer94@gmail.com and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-
-import click
-import os
-
-
-@click.command('setup', help='Setup QTIP workspace')
-def cli():
- os.system('ansible-playbook {}/setup.yml'.format(os.getcwd()))