Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / deploy / ansible / roles / repo / tasks / main.yml
1 ---
2 - name: add juno cloudarchive
3   apt_repository: repo="{{ juno_cloud_archive }}" state=present
4
5 - name: first update pkgs
6   apt: update_cache=yes