Skip to content

Commit

Permalink
Install Liquidsoap on Jammy too
Browse files Browse the repository at this point in the history
  • Loading branch information
btoplak authored Jun 24, 2023
1 parent 46bc2e8 commit c02fcbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/azuracast-radio/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- name: Install Liquidsoap (Focal)
include_tasks: liquidsoap.yml
when:
- ansible_distribution_release == 'focal'
- ansible_distribution == 'Ubuntu' and ansible_distribution_release in ['focal', 'jammy']


- name: Add Audiowaveform PPA
apt_repository:
Expand Down

0 comments on commit c02fcbd

Please sign in to comment.