diff --git a/roles/update-compose/tasks/01_core.yml b/roles/update-compose/tasks/01_core.yml index 0ecdd9f3..38de89f8 100644 --- a/roles/update-compose/tasks/01_core.yml +++ b/roles/update-compose/tasks/01_core.yml @@ -27,18 +27,6 @@ - yay_installed.rc == 0 - run_once_update_yay is not defined -- name: "Check if pip is installed" - command: which pip - register: pip_installed - changed_when: false - failed_when: false - -- name: "Update with pip" - include_role: - name: update-pip - when: - - run_once_update_pip is not defined - - name: "Check if pkgmgr command is available" command: "which pkgmgr" register: pkgmgr_available