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