summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:45:34 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commit29ded8f16c47d285144d2b85ead07974c7079bd6 (patch)
tree0be6bbf4681262e17a54f72bb89c78a00e309907 /tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
parent28197345ad32daa836fbf84b16a2b936a8086eaa (diff)
Moved ansible directory into tools
Diffstat (limited to 'tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml')
-rw-r--r--tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml b/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
new file mode 100644
index 0000000..c802950
--- /dev/null
+++ b/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
@@ -0,0 +1,16 @@
+---
+# 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