diff --git a/mythtv.yml b/mythtv.yml index c9c3ca2..e773755 100755 --- a/mythtv.yml +++ b/mythtv.yml @@ -70,7 +70,7 @@ - not mythtv_tools - include_role: - name: pip + name: python when: not mythtv_tools - include_role: diff --git a/roles/mythtv-homebrew/tasks/main.yml b/roles/mythtv-homebrew/tasks/main.yml index e4c3002..e89abd4 100644 --- a/roles/mythtv-homebrew/tasks/main.yml +++ b/roles/mythtv-homebrew/tasks/main.yml @@ -92,7 +92,6 @@ python_exe_suffix: '{{ ansible_python.version.major }}.{{ ansible_python.version.minor }}' - - name: add python essentials set_fact: homebrew_pkg_list: diff --git a/roles/pip/tasks/main.yml b/roles/python/tasks/main.yml similarity index 82% rename from roles/pip/tasks/main.yml rename to roles/python/tasks/main.yml index 3f2ae49..05fa3d3 100644 --- a/roles/pip/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -1,6 +1,6 @@ --- -- include_tasks: pip-macOS.yaml +- include_tasks: python-macOS.yaml when: (ansible_pkg_mgr == "homebrew") or (ansible_pkg_mgr == "macports") diff --git a/roles/pip/tasks/pip-macOS.yaml b/roles/python/tasks/python-macOS.yaml similarity index 100% rename from roles/pip/tasks/pip-macOS.yaml rename to roles/python/tasks/python-macOS.yaml