Skip to content

Commit

Permalink
fixed line and import
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Mar 19, 2024
1 parent 368a6c3 commit bb9e5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/package.py
Expand Up @@ -40,8 +40,8 @@
description:
- The required package manager module to use (V(dnf), V(apt), and so on). The default V(auto) will use existing facts or try to autodetect it.
- You should only use this field if the automatic selection is not working for some reason.
- Since version 2.17 you can override the automatic detection both through a local facts C(overrides) file and setting C(pkg_mgr) or override both by using the
C(PACKAGE_MANAGER_OVERRIDE) configuration.
- Since version 2.17 you can override the automatic detection both through a local facts C(overrides) file and setting
C(pkg_mgr) or override both by using the C(PACKAGE_MANAGER_OVERRIDE) configuration.
default: auto
requirements:
- Whatever is required for the package plugins specific for each system.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/plugins/action/package.py
Expand Up @@ -22,6 +22,7 @@
from ansible.module_utils.facts.system.pkg_mgr import PKG_MGRS
from ansible.plugins.action import ActionBase
from ansible.utils.display import Display
from ansible.utils.vars import combine_vars

display = Display()

Expand Down

0 comments on commit bb9e5e7

Please sign in to comment.