summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
diff options
context:
space:
mode:
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, 4 insertions, 12 deletions
diff --git a/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml b/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
index c802950..a8161be 100644
--- a/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
+++ b/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
@@ -1,16 +1,8 @@
---
# vim:ff=unix ts=2 sw=2 ai expandtab
--
- hosts: dev_machine
- sudo: True
+- name: "Creating /opt/gnome directory"
+file: path=/opt/gnome state=directory mode=777
- 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: "Updating apt-file cache"
+ shell: apt-file update