commit | f4e89982937b9cfdd44c74ea79e7f7fe57268162 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jul 21 10:40:12 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jul 21 10:40:12 2016 -0700 |
tree | 88bd9df8246d785cfdc4f4a4ff2d5b617e6bb2b4 | |
parent | e709ea9ea7d487495beb46611031c0493663a00f [diff] |
make local_containers should require ansible Change-Id: I37fb5d3c81e9636cbc32f0dc393ce45fe2c2a441
diff --git a/cord-pod-ansible/Makefile b/cord-pod-ansible/Makefile index c09cb62..6bcaff0 100644 --- a/cord-pod-ansible/Makefile +++ b/cord-pod-ansible/Makefile
@@ -19,7 +19,7 @@ cleanup: rm scripts/cleanup.sh -local_containers: +local_containers: /usr/bin/ansible ansible-playbook -i inventory/local --connection=local -e "config_dir=$(CONFIG_DIR)" local-containers-playbook.yaml cord-subscriber: