Merge pull request #14694 from Yannik/patch-1

fix typo
This commit is contained in:
Sandra Wills 2016-02-29 10:18:33 -05:00
commit 7c3a728557

View file

@ -71,7 +71,7 @@ For those from Pre 1.9 , sudo and su still work!
For those using old playbooks will not need to be changed, even though they are deprecated, sudo and su directives, variables and options
will continue to work. It is recommended to move to become as they may be retired at one point.
ou cannot mix directives on the same object (become and sudo) though, Ansible will complain if you try to.
You cannot mix directives on the same object (become and sudo) though, Ansible will complain if you try to.
Become will default to using the old sudo/su configs and variables if they exist, but will override them if you specify any of the new ones.