Added become sola tarea

This commit is contained in:
2025-11-18 10:15:31 +01:00
parent 27083bffe6
commit 3453c1ec6e

View File

@@ -0,0 +1,11 @@
- name: Become de una sola tareas
hosts: all
tasks:
- name: Ping a los hosts
ping:
- name: Install joe editor
apt:
name: joe
state: present
become: yes