summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/repo/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/ansible/roles/repo/tasks/main.yml')
-rw-r--r--compass/deploy/ansible/roles/repo/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/compass/deploy/ansible/roles/repo/tasks/main.yml b/compass/deploy/ansible/roles/repo/tasks/main.yml
deleted file mode 100644
index 9476f80..0000000
--- a/compass/deploy/ansible/roles/repo/tasks/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: add juno cloudarchive
- apt_repository: repo="{{ juno_cloud_archive }}" state=present
-
-- name: first update pkgs
- apt: update_cache=yes