X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Faws%2Ftasks%2Fubuntu_focal.yaml;fp=fdio.infra.ansible%2Froles%2Faws%2Ftasks%2Fubuntu_focal.yaml;h=0000000000000000000000000000000000000000;hp=60302f23095d2ad369a9bb9c9e3677836b830a1a;hb=26f0801f182fbc2d7f4502b69771cef2f3f6010d;hpb=28964faec0f8864de45446245e3e9431de394150 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