mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
tweak indentation for 'make pep8'
This commit is contained in:
parent
588b20c012
commit
e1167d6977
3 changed files with 17 additions and 12 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue