Ansible git move
[csit.git] / fdio.infra.ansible / roles / aws / tasks / ubuntu_bionic.yaml
diff --git a/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml b/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml
new file mode 100644 (file)
index 0000000..bca1cf5
--- /dev/null
@@ -0,0 +1,10 @@
+---
+# file: roles/aws/tasks/ubuntu_bionic.yaml.yaml
+
+- name: Enable deb-src APT Repository
+  apt_repository:
+    repo: "deb-src http://archive.ubuntu.com/ubuntu bionic main"
+    state: "present"
+    update_cache: yes
+  tags:
+    - aws-enable-src-repo