update ansible roles directory for supporting commpass-core installing
[genesis.git] / compass / deploy / ansible / openstack_juno / roles / repo / tasks / main.yml
diff --git a/compass/deploy/ansible/openstack_juno/roles/repo/tasks/main.yml b/compass/deploy/ansible/openstack_juno/roles/repo/tasks/main.yml
deleted file mode 100644 (file)
index 21f4ef0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- name: copy local sources.list
-  template: src=sources.list dest=/etc/apt/sources.list backup=yes
-  when: LOCAL_REPO is defined
-
-- name: copy deb packages
-  shell: cp -rf /opt/repo/pool/main/ /var/cache/apt/archive/
-  ignore_errors: True
-
-- name: add juno cloudarchive
-  apt_repository: repo="{{ juno_cloud_archive }}" state=present
-
-- name: first update pkgs
-  apt: update_cache=yes