Re: [ansible-project] Re: Shell script does NOT run on target system?

2016-09-21 Thread ZillaYT
Nice, thank you. I changed my script accordingly.

On Wednesday, September 21, 2016 at 12:32:19 PM UTC-4, Brian Coca wrote:
>
> next time you might want to do:
>
> shell: | 
>
> which preserves literal whitespace, vs 
>
> shell: >
>
> which does not.
>
>
> --
> Brian Coca
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/fe8f0c35-bef7-4350-9964-452623ed80f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ansible-project] Re: Shell script does NOT run on target system?

2016-09-21 Thread Brian Coca
next time you might want to do:

shell: |

which preserves literal whitespace, vs

shell: >

which does not.


--
Brian Coca

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7e5fEfPeADJh2vxd77_vPHPipi64KcYzkJSo0NuCMNYfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.