Delete the negation symbol "¬" by typo. (#58640)

* Delete the negation symbol "¬"

* Update lib/ansible/modules/packaging/os/yum.py

Co-Authored-By: Sandra McCann <samccann@redhat.com>
pull/58911/head
shiro 5 years ago committed by Alicia Cozine
parent e5a1d85092
commit a269c564c7

@ -55,7 +55,7 @@ options:
- C(present) and C(installed) will simply ensure that a desired package is installed. - C(present) and C(installed) will simply ensure that a desired package is installed.
- C(latest) will update the specified package if it's not of the latest available version. - C(latest) will update the specified package if it's not of the latest available version.
- C(absent) and C(removed) will remove the specified package. - C(absent) and C(removed) will remove the specified package.
- Default is C(None), however in effect the default action is C(present) unless the C(autoremove) option is¬ - Default is C(None), however in effect the default action is C(present) unless the C(autoremove) option is
enabled for this module, then C(absent) is inferred. enabled for this module, then C(absent) is inferred.
choices: [ absent, installed, latest, present, removed ] choices: [ absent, installed, latest, present, removed ]
enablerepo: enablerepo:

Loading…
Cancel
Save