From 5bb334fc58842c9bd704f1501b2533607ae419a7 Mon Sep 17 00:00:00 2001 From: jhoyt4 Date: Sat, 29 Nov 2025 10:15:30 -0500 Subject: [PATCH] macOS: fix macports qt5/6 parsing logic --- roles/mythtv/tasks/macports_macosx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mythtv/tasks/macports_macosx.yml b/roles/mythtv/tasks/macports_macosx.yml index b514bab..9f49afc 100644 --- a/roles/mythtv/tasks/macports_macosx.yml +++ b/roles/mythtv/tasks/macports_macosx.yml @@ -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