diff --git a/training/become_method.yml b/training/become_method.yml index 4520c22..173248d 100644 --- a/training/become_method.yml +++ b/training/become_method.yml @@ -1,7 +1,7 @@ - name: Usar su en lugar de sudo hosts: all become: yes - become_method: su + become_method: sudo tasks: - name: Verificar el usuario actual command: whoami