aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-06-10 09:56:41 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-06-10 09:56:41 +0200
commitaf70c8bfa47c55395e63b2bc3d3d95b1764a97d2 (patch)
tree015c6f27b4c9316d902cad741333eac4a86746f7
parentf230993792b907f7c9eef3f979617e2fc9502222 (diff)
Add install-app role.
Change-Id: Ic93e80b79b1a9487891c8df30cb5aebae3f9babc
-rw-r--r--ansible/roles/install-app/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/install-app/tasks/main.yml b/ansible/roles/install-app/tasks/main.yml
new file mode 100644
index 0000000..f7cf0e0
--- /dev/null
+++ b/ansible/roles/install-app/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: Checkout bugzilla code
+ git: repo=http://git.linaro.org/git/infrastructure/bugs.linaro.org.git
+ dest={{ install_base }}/{{ hostname }}
+ version={{ git_head }}
+ update=yes