summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
blob: a8161be9cf0c66bf860d0884ab4e8cfef2d79553 (plain)
1
2
3
4
5
6
7
8
---
# vim:ff=unix ts=2 sw=2 ai expandtab

- name: "Creating /opt/gnome directory"
file: path=/opt/gnome state=directory mode=777

- name: "Updating apt-file cache"
  shell: apt-file update