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