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>
This commit is contained in:
parent
e5a1d85092
commit
a269c564c7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ options:
|
|||
- 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(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.
|
||||
choices: [ absent, installed, latest, present, removed ]
|
||||
enablerepo:
|
||||
|
|
Loading…
Reference in a new issue