Skip to content

Commit

Permalink
fix backports repo on jessie in aws image
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Dec 30, 2019
1 parent b57e37b commit bee0369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/test_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
mode=0640 owner=root group=root
when: ansible_os_family == "Debian" and ansible_distribution_release == "jessie"

- name: fix backports repo on jessie in aws image
file:
path: /etc/apt/sources.list.d/backports.list
state: absent
when: ansible_os_family == "Debian" and ansible_distribution_release == "jessie"

- name: install needed packages for running tests with apt
apt:
name: "{{ packages }}"
Expand Down

0 comments on commit bee0369

Please sign in to comment.