Hi Vlado,

Apologies for the delayed reply.  Unfortunately, that hasn't worked.  In 
the documentation that you linked to, that syntax is described in 
connection with the shell operator rather than the script.

I tried this:

 - name: my-script 
      script: My-Script.ps1 -secret {{ vault_password | quote }}

and

 - name: my-script 
      script: My-Script.ps1 -secret {{ vault_password | join("") }}

Both produced the same result as before.

Thank you.



On Monday, 21 October 2019 18:51:46 UTC+1, Vladimir Botka wrote:
>
> On Mon, 21 Oct 2019 09:34:22 -0700 (PDT) 
> Stephen Feyrer <[email protected] <javascript:>> wrote: 
>
> > vault_password: abc(123 
> > tasks: 
> >  - name: my-script 
> >    script: My-Script.ps1 -secret {{ vault_password }} 
> > 
> > (Missing closing ')' in expression.:String) [] 
>
> Use "quote" filter 
>
> https://docs.ansible.com/ansible/devel/user_guide/playbooks_filters.html#id8 
>
>     - name: my-script 
>       script: My-Script.ps1 -secret {{ vault_password|quote }} 
>
> Cheers, 
>
>         -vlado 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e1c23406-f45e-4825-80a7-d2cbc91d0c7c%40googlegroups.com.

Reply via email to