mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
8 lines
230 B
YAML
8 lines
230 B
YAML
- block:
|
|
- name: Include dependency 'dev-python-pip'
|
|
include_role:
|
|
name: dev-python-pip
|
|
when: run_once_dev_python_pip is not defined
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_update_pip is not defined
|