mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
16 lines
318 B
YAML
16 lines
318 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/run_once.yml
|
|
vars:
|
|
flush_handlers: false
|
|
when: run_once_dev_python_pip is not defined
|