Added become sola tarea
This commit is contained in:
11
training/become_sola_tarea.yml
Normal file
11
training/become_sola_tarea.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user