diff options
Diffstat (limited to 'fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml b/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml deleted file mode 100644 index 60302f2309..0000000000 --- a/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml +++ /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: true - tags: - - aws-enable-src-repo |