matrix-docker-ansible-deploy/roles/custom/matrix-ma1sd/tasks/util/ensure_gradle_installed_archlinux.yml

7 lines
113 B
YAML
Raw Normal View History

2022-11-05 13:20:44 +00:00
---
- name: Ensure gradle installed (Archlinux)
community.general.pacman:
name: gradle
state: present