Merge pull request #16744 from kkremitzki/devel

Correct user->uesr typo
pull/16679/merge
Abhijit Menon-Sen 8 years ago committed by GitHub
commit 95c983438b

@ -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

Loading…
Cancel
Save