summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-15 17:16:42 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commit0926426a3d09d540da1ed814942230f76014c500 (patch)
tree959a7d1588bbcfc876964169b22533fd68fb4b0a /ansible
parent2b9e71d63ac0e60b2e6302c3305a542c9df6657d (diff)
Added a more descriptive message to installation of dependencies task
Diffstat (limited to 'ansible')
-rw-r--r--ansible/playbooks/jhbuild_run.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbooks/jhbuild_run.yaml b/ansible/playbooks/jhbuild_run.yaml
index 0242799..ea3b4d9 100644
--- a/ansible/playbooks/jhbuild_run.yaml
+++ b/ansible/playbooks/jhbuild_run.yaml
@@ -9,7 +9,7 @@
- "../default_variables.yaml"
tasks:
- - name: "Installing jhbuild dependencies"
+ - name: "Installing jhbuild dependencies - this will take a very long time"
shell: executable=/bin/bash echo -e "y\n" | ~/.local/bin/jhbuild sysdeps --install
- name: "Building jhbuild modules"