File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ skip_list:
2424 - role-name[path]
2525 - fqcn
2626 - var-naming[no-role-prefix]
27- - role-name
2827
2928warn_list:
3029 - latest[git]
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ _________________________________________________________________________
1515
1616---
1717
18- # Set to true to enable use of the Single Role, this variable is going away
19- #use_old_roles: false
20-
2118# Set to true to install perl modules using cpanm
2219#cpanm_active: false
2320
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ local_ansible_managed: "
1111manual_action_text : ' MANUAL ACTION REQUIRED'
1212instruction_text : ' Please include the following with any issues or questions'
1313
14- # See mythtv.yml and roles/mythtv/tasks/main.yml for detail (both will go away):
15- use_old_roles : false
16- use_old_roles_failure_test : false
17-
1814# Perl CPANM installation
1915# added for situations where the package manger does not provide perl modules (e.g. homebrew)
2016cpanm_active : false
Original file line number Diff line number Diff line change 2727 - include_role :
2828 name : mythtv
2929 when :
30- - not use_old_roles
31- - not mythtv_tools
32-
33- - include_role :
34- name : mythtv-deb
35- when :
36- - ansible_pkg_mgr == "apt"
37- - use_old_roles
38- - not mythtv_tools
39-
40- - include_role :
41- name : mythtv-rpm
42- when :
43- - ansible_pkg_mgr == "yum"
44- - use_old_roles
45- - not mythtv_tools
46-
47- - include_role :
48- name : mythtv-dnf
49- when :
50- - ansible_pkg_mgr in [ "dnf", "dnf5" ]
51- - use_old_roles
52- - not mythtv_tools
53-
54- - include_role :
55- name : mythtv-freebsd
56- when :
57- - ansible_pkg_mgr == "pkgng"
58- - use_old_roles
59- - not mythtv_tools
60-
61- - include_role :
62- name : mythtv-pacman
63- when :
64- - ansible_pkg_mgr == "pacman"
65- - use_old_roles
66- - not mythtv_tools
67-
68- - include_role :
69- name : mythtv-suse
70- when :
71- - ansible_pkg_mgr == "zypper"
72- - use_old_roles
7330 - not mythtv_tools
7431
7532 - include_role :
8643 name : qt5
8744 when :
8845 - not mythtv_tools
89- - use_old_roles
9046 - not qt6
9147
9248 - include_role :
9349 name : qt6
9450 when :
9551 - not mythtv_tools
96- - use_old_roles
9752 - qt6
9853
9954 - include_role :
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ alias avenv=". ~/.virtualenvs/mythtv/bin/activate"
4545# Turn on the Virtual Environment feature:
4646alias rvenv="./mythtv.yml --limit=localhost --extra-vars='{\"venv_active\":true}'"
4747# Turn on the above AND the new roles layout with qt5 or 6:
48- alias svenv="./mythtv.yml --limit=localhost --extra-vars='{\"venv_active\":true}' --extra-vars='{\"use_old_roles\":false}' "
49- alias svenv6="./mythtv.yml --limit=localhost --extra-vars='{\"venv_active\":true}' --extra-vars='{\"use_old_roles\":false}' --extra-vars='{\" qt6\":true}'"
48+ alias svenv="./mythtv.yml --limit=localhost --extra-vars='{\"venv_active\":true}'"
49+ alias svenv6="./mythtv.yml --limit=localhost --extra-vars='{\"venv_active\":true}' --extra-vars='{\"qt6\":true}'"
5050
5151# Additional convenience items:
5252alias ad='ansible-doc'
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ mythtv_hosts:
2828 vars :
2929 mythtv_builders : false # Don't change this
3030 mythtv_tools : false # Don't change this
31- use_old_roles : false # Don't change this
3231 qt6 : false
3332
3433 hosts :
You can’t perform that action at this time.
0 commit comments