mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Merge pull request #16744 from kkremitzki/devel
Correct user->uesr typo
This commit is contained in:
commit
95c983438b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue