stop gradle pacman error on ubuntu

This commit is contained in:
mouse
2022-11-06 00:20:44 +11:00
parent 663f0bc5ef
commit 5e1bcf3f76
2 changed files with 8 additions and 7 deletions

View File

@ -0,0 +1,6 @@
---
- name: Ensure gradle installed (Archlinux)
community.general.pacman:
name: gradle
state: present