mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Do not install python-apt in check mode.
This commit is contained in:
@@ -579,6 +579,8 @@ def main():
|
||||
module.run_command_environ_update = APT_ENV_VARS
|
||||
|
||||
if not HAS_PYTHON_APT:
|
||||
if module.check_mode:
|
||||
module.fail_json(msg="python-apt must be installed to use check mode")
|
||||
try:
|
||||
module.run_command('apt-get update && apt-get install python-apt -y -q --force-yes', use_unsafe_shell=True, check_rc=True)
|
||||
global apt, apt_pkg
|
||||
|
||||
Reference in New Issue
Block a user