Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/mythtv/tasks/macports_macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- name: macports_macosx | Set qt_version as qt6
set_fact:
qt_version: qt6
when: qt5 | default(true) | bool
when: qt6 | default(false) | bool

# get the python version specified by user in ansible_python_interpreter or defaulted by the interpreter
- name: macports_macosx | Gather specific Python facts
Expand Down
Loading