1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct user->uesr typo

This commit is contained in:
Kurt Kremitzki 2016-07-18 10:59:45 +02:00
parent 134d70e7b9
commit 4483b57b4a

View file

@ -41,7 +41,7 @@ For example, to manage a system service (which requires ``root`` privileges) whe
To run a command as the ``apache`` user:: To run a command as the ``apache`` user::
- name: Run a command as the apache uesr - name: Run a command as the apache user
command: somecommand command: somecommand
become: true become: true
become_user: apache become_user: apache