9 lines
127 B
YAML
9 lines
127 B
YAML
---
|
|
- name: Install web tools
|
|
community.general.pacman:
|
|
name:
|
|
- hcloud
|
|
- hugo
|
|
- tea
|
|
state: present
|