diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
