summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/install_eos_dev_package.yaml
blob: f69c31aea26ba92fb58fb4b3f1adef3b28eccd27 (plain)
1
2
3
4
5
6
7
8
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