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:
Michael DeHaan 2012-08-08 20:43:01 -04:00
commit c82f06258c
3 changed files with 2 additions and 2 deletions

View file

@ -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