summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e84119..8f40589 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
.PHONY: all lint install
-INSTALL_DIR = /usr/local/share/ansible/roles/bootstrap
+INSTALL_DIR = /usr/local/share/ansible/roles
all:
make lint
@@ -17,4 +17,4 @@ lint:
install:
rm -rf $(INSTALL_DIR)
mkdir -p $(INSTALL_DIR)
- cp -r defaults files handlers tasks templates $(INSTALL_DIR)
+ cp -r bootstrap $(INSTALL_DIR)