Correzione per ruolo pip.
This commit is contained in:
parent
4933df5a69
commit
686bda6a21
@ -2,12 +2,10 @@
|
||||
# Verifying pip is installed.
|
||||
|
||||
- name: Installing pip
|
||||
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
|
||||
args:
|
||||
apply:
|
||||
tags:
|
||||
- pip
|
||||
- pip-install
|
||||
ansible.builtin.package:
|
||||
name: python3-pip
|
||||
state: present
|
||||
become: true
|
||||
tags:
|
||||
- pip
|
||||
- pip-install
|
||||
|
Loading…
Reference in New Issue
Block a user