mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
9 lines
206 B
YAML
9 lines
206 B
YAML
---
|
|
- when: run_once_dev_fakeroot is not defined
|
|
block:
|
|
- name: Install fakeroot
|
|
community.general.pacman:
|
|
name: fakeroot
|
|
state: present
|
|
|
|
- include_tasks: utils/once/flag.yml |