This commit is contained in:
Guido Grazioli
2024-03-25 14:34:36 +01:00
parent 3400b64b10
commit 0e4df659f4
9 changed files with 152 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Prepare
hosts: all
gather_facts: yes
tasks:
- name: Install sudo
ansible.builtin.apt:
name:
- sudo
- openjdk-17-jdk-headless
state: present