mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
6 lines
81 B
YAML
6 lines
81 B
YAML
---
|
|
- name: python pip install
|
|
pacman:
|
|
name: python-pip
|
|
state: present
|