summaryrefslogtreecommitdiff
path: root/ansible/playbooks/install_jhbuild_deps.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbooks/install_jhbuild_deps.yaml')
-rw-r--r--ansible/playbooks/install_jhbuild_deps.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ansible/playbooks/install_jhbuild_deps.yaml b/ansible/playbooks/install_jhbuild_deps.yaml
new file mode 100644
index 0000000..2c5dbe5
--- /dev/null
+++ b/ansible/playbooks/install_jhbuild_deps.yaml
@@ -0,0 +1,19 @@
+---
+# vim:ff=unix ts=2 sw=2 ai expandtab
+-
+ hosts: dev_machine
+
+ sudo: True
+
+ vars_files:
+ - "../default_variables.yaml"
+
+ tasks:
+ - name: "Creating /opt/gnome directory"
+ file: path=/opt/gnome state=directory mode=777
+
+ - name: "Updating apt-file cache"
+ shell: apt-file update
+
+ - name: "Installing dependencies"
+ shell: jhbuild sysdeps --install