Misc typo for Ansible

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-06-21 09:48:40 +05:30 committed by Brian Coca
commit e8072ee616
5 changed files with 6 additions and 6 deletions

View file

@ -335,7 +335,7 @@ def listify_string_name_or_id(s):
def get_hostname_list(module):
# hostname is a list-typed param, so I guess it should return list
# (and it does, in Ansbile 2.2.1) but in order to be defensive,
# (and it does, in Ansible 2.2.1) but in order to be defensive,
# I keep here the code to convert an eventual string to list
hostnames = module.params.get('hostnames')
count = module.params.get('count')