appuio / ansible-module-openshift

Ansible Modules for Configuring OpenShift 3
Apache License 2.0
3 stars 1 forks source link

Bug: app_name argument string added to args array #1

Closed mhuysamen closed 7 years ago

mhuysamen commented 7 years ago

Changing 'args' from a string to array, also need to consider where app_name parameter is added to list. Change line 215 in openshift_resources.py to:

args += [ '--name=' + self.app_name ]

dtschan commented 7 years ago

Thanks, fixed.