mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
13 lines
296 B
YAML
13 lines
296 B
YAML
- block:
|
|
- include_role:
|
|
name: dev-gcc
|
|
when: run_once_dev_gcc is not defined
|
|
|
|
- name: python pip install
|
|
community.general.pacman:
|
|
name: python-pip
|
|
state: present
|
|
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_dev_python_pip is not defined
|