mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.7.html#using-a-loop-on-a-package-module-via-squash-actions
7 lines
99 B
YAML
7 lines
99 B
YAML
---
|
|
- name: Install borg
|
|
pacman:
|
|
name:
|
|
- python-llfuse
|
|
- borg
|
|
state: present
|