Skip to content

Commit

Permalink
Don't try to install python3-oauth2 on tumbleweed
Browse files Browse the repository at this point in the history
Fixes: #44
  • Loading branch information
garybuhrmaster committed Feb 22, 2024
1 parent 0b0d183 commit 6228a6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion roles/mythtv-suse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,15 @@
- python3-lxml
- python3-urlgrabber
- python3-requests
- python3-oauth2
when: ansible_distribution == "openSUSE Leap" or ansible_distribution == "openSUSE Tumbleweed"

- name: add mythtv essential python modules only available in Leap
set_fact:
zypper_pkg_lst:
- '{{ zypper_pkg_lst }}'
- python3-oauth2
when: ansible_distribution == "openSUSE Leap"

- name: set Suse repository
set_fact:
suse_repo:
Expand Down

0 comments on commit 6228a6f

Please sign in to comment.