Files
startusingansible/training/install-joe.yml
Guillem Hernandez Sola 5620e1f4dc Training from 20250617
2025-06-17 13:51:26 +02:00

9 lines
148 B
YAML

- name: Instalar editor Joe
hosts: all
become: yes
tasks:
- name: Instalar Paquete Joe
apt:
name: joe
state: absent