Correzione per ruolo pip.
This commit is contained in:
parent
4933df5a69
commit
686bda6a21
1 changed files with 4 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue