Skip to content

Commit

Permalink
macOS: move qt-mysql/qt-mariadb logic in homebrew qt6 playbook
Browse files Browse the repository at this point in the history
  The correct place to store the qt-mysql/qt-mariadb is in the homebrew
  qt6 playbook.  Update that logic to be in line with the previously
  installed database.
  • Loading branch information
jhoyt4 committed Jan 12, 2025
1 parent 27efbe1 commit 9436dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion roles/mythtv-homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
- openssl
- '{{ database_version }}'
- mysql-client
- 'qt-{{ database_version }}'

- name: add optional libraries
set_fact:
Expand Down
2 changes: 1 addition & 1 deletion roles/qt6/tasks/qt6-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set_fact:
homebrew_pkg_list:
- qt@6
- qt-mysql
- 'qt-{{ database_name }}'
tags:
- qt6

Expand Down

0 comments on commit 9436dc9

Please sign in to comment.