Ansible git move
[csit.git] / resources / tools / testbed-setup / ansible / roles / aws / tasks / ubuntu_focal.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/aws/tasks/ubuntu_focal.yaml b/resources/tools/testbed-setup/ansible/roles/aws/tasks/ubuntu_focal.yaml
deleted file mode 100644 (file)
index a8cc56c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
----
-# file: roles/aws/tasks/ubuntu_focal.yaml.yaml
-
-- name: Enable deb-src APT Repository
-  apt_repository:
-    repo: "deb-src http://archive.ubuntu.com/ubuntu focal main"
-    state: "present"
-    update_cache: yes
-  tags:
-    - aws-enable-src-repo