mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Updated pc roles and implemented update-pip role
This commit is contained in:
@@ -28,4 +28,15 @@
|
||||
- name: "Update with yay"
|
||||
include_role:
|
||||
name: update-yay
|
||||
when: yay_installed.rc == 0
|
||||
when: yay_installed.rc == 0
|
||||
|
||||
- name: "Check if pip is installed"
|
||||
command: which pip
|
||||
ignore_errors: yes
|
||||
register: pip_installed
|
||||
changed_when: false
|
||||
|
||||
- name: "Update with pip"
|
||||
include_role:
|
||||
name: update-pip
|
||||
when: pip_installed.rc == 0
|
||||
|
Reference in New Issue
Block a user