summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/install_eos_dev_package.yaml
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-01-24 16:12:27 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-01-24 16:12:27 -0800
commitb124b623944c574d2325589cd20198d2a79bb993 (patch)
tree8ab541848c8efe209e197b1bcab868e8118361c3 /tools/dev_env_setup/playbooks/install_eos_dev_package.yaml
parent2ecb92e744b088e65ff41a8c8189fc4395e1565b (diff)
parentd5697c2531ae8f6e4ad8a462f0483aca47ae0665 (diff)
Merge pull request #493 from endlessm/issues/1620
First round of dev vm preparation scripts
Diffstat (limited to 'tools/dev_env_setup/playbooks/install_eos_dev_package.yaml')
-rw-r--r--tools/dev_env_setup/playbooks/install_eos_dev_package.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/dev_env_setup/playbooks/install_eos_dev_package.yaml b/tools/dev_env_setup/playbooks/install_eos_dev_package.yaml
new file mode 100644
index 0000000..f69c31a
--- /dev/null
+++ b/tools/dev_env_setup/playbooks/install_eos_dev_package.yaml
@@ -0,0 +1,9 @@
+---
+# vim:ff=unix ts=2 sw=2 ai expandtab
+
+- name: "Ensuring that we can call apt from our scripts"
+ raw: "apt-get install -y --force-yes python-apt python"
+
+- name: "Ensuring that eos-dev is installed. If not, this operation will take a signifficant amount of time"
+ apt: name=eos-dev force=yes update_cache=true cache_valid_time=259200
+