Is there any way to parse a list of values in a variable using a Survey in a AWX Job Template?

Dear all,

I’m programming a Jboss role to manage the deployment of any Jboss node. The role is included using a playbook wich parses some ‘interface’ variables to the role, in order to make them independent of the role.

The idea is integrate it in AWX using a Job Template, parsing some variables to the role. The playbook is called with a Job Template, which in turn defines de values in the variables described in the playbook.

All the variables are correctly parsed but one, which is expected to a list of values, containing the name of the binaries to be managed:

When the values are parsed to the variable in the AWX Job Template extra vars, everything works fine, but I’d rather use the a survey field in order to not allot to modify the extra vars field.

Extra vars:

(attachments)




Note that there have been defined two vars (server_deployment and server_deployment2) for testing purposes.

In addition, I’ve tried using - and { } in the survey text field without success.

Thanks in advance for your kindly support.

Best regards, David.