mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Correct user->uesr typo
This commit is contained in:
@@ -41,7 +41,7 @@ For example, to manage a system service (which requires ``root`` privileges) whe
|
||||
|
||||
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
|
||||
become: true
|
||||
become_user: apache
|
||||
|
||||
Reference in New Issue
Block a user