a8cc56c0c4a7d682b15eb6f161ca4c75b51c7a1f
[csit.git] / resources / tools / testbed-setup / 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: yes
9   tags:
10     - aws-enable-src-repo