mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
Only run yum,apt through the with_items loop if there is a list of items. Just a cosmetic fix on return values
for the most part.
This commit is contained in:
parent
2f6d6ccb5a
commit
c82f06258c
3 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,7 @@ Ansible Changes By Release
|
|||
* YAML syntax errors detected and show where the problem is
|
||||
* better changed=True/False detection in user module on older Linux distros
|
||||
* when using paramiko and SFTP is not accessible, do not traceback, but return a nice human readable msg
|
||||
* nicer errors from modules when arguments are not key=value
|
||||
|
||||
0.6 "Cabo" -- August 6, 2012
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue