mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
tweak indentation for 'make pep8'
This commit is contained in:
@@ -292,7 +292,7 @@ def main():
|
||||
APT_GET_CMD = module.get_bin_path("apt-get")
|
||||
|
||||
if not APTITUDE_CMD:
|
||||
module.fail_json(msg="Could not find aptitude. Please ensure it is installed.")
|
||||
module.fail_json(msg="Could not find aptitude. Please ensure it is installed.")
|
||||
|
||||
p = module.params
|
||||
install_recommends = p['install_recommends']
|
||||
|
||||
Reference in New Issue
Block a user