mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Misc typo for Ansible
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
33c61d1cdf
commit
e8072ee616
5 changed files with 6 additions and 6 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue