Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / aws / tasks / ubuntu_focal.yaml
1 ---
2 # file: roles/aws/tasks/ubuntu_focal.yaml.yaml
3
4 - name: Enable deb-src APT Repository
5   apt_repository:
6     repo: "deb-src http://archive.ubuntu.com/ubuntu focal main"
7     state: "present"
8     update_cache: true
9   tags:
10     - aws-enable-src-repo