Files
startusingansible/training/become_sola_tarea.yml

11 lines
204 B
YAML

- 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