aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/aws/tasks/ubuntu_bionic.yaml
blob: ba6e107e4578bbcda936a101dc0586d472803750 (plain)
1
2
3
4
5
6
7
8
9
10
---
# file: roles/aws/tasks/ubuntu_bionic.yaml.yaml

- name: Enable deb-src APT Repository
  apt_repository:
    repo: "deb-src http://archive.ubuntu.com/ubuntu bionic main"
    state: "present"
    update_cache: yes
  tags:
    - enable-src-repo