summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/repo/tasks/main.yml
blob: 9476f80afd13ad97daefc602b32707c405bfb9eb (plain)
1
2
3
4
5
6
---
- name: add juno cloudarchive
  apt_repository: repo="{{ juno_cloud_archive }}" state=present

- name: first update pkgs
  apt: update_cache=yes