mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 11:26:24 +00:00
10 lines
222 B
YAML
10 lines
222 B
YAML
---
|
|
- when: run_once_dev_python_yaml is not defined
|
|
block:
|
|
- name: python-yaml install
|
|
community.general.pacman:
|
|
name: python-yaml
|
|
state: present
|
|
|
|
- include_tasks: utils/once/flag.yml
|