Skip to content

Commit

Permalink
Topic/base apt (#83)
Browse files Browse the repository at this point in the history
* base: rm broken deb822_repository for newer ubuntu

* base: fix known hosts

* base: rm apt condition
  • Loading branch information
ohdearaugustin authored Sep 18, 2024
1 parent de9f27f commit 673bf11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/base/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

## apt
- name: Apt - install zone and distro specific apt sources.list
when: not (ansible_distribution == "Ubuntu" and ansible_distribution_major_version)
ansible.builtin.template:
src: "{{ base_apt_repo_zone }}-{{ ansible_distribution | lower }}.list.j2"
dest: /etc/apt/sources.list
Expand Down

0 comments on commit 673bf11

Please sign in to comment.