Re: [ansible-devel] playbook hanged due to shell command

2018-12-19 Thread Roeland Jansen
I saw that setting the env for the whole book should be done with parts of something like: environment: PATH: "{{ ansible_env.PATH }}:/thingy/bin" SOME: value (e.g. the source I did probably has no effect at all) so I assume that I've answered one of the questions myself. On Wed, Dec 19

[ansible-devel] playbook hanged due to shell command

2018-12-18 Thread Roeland Jansen
I am pretty new to ansible. I looked at docs and such but it was not too clear for me yet. at some point in a playbook, the following sequence was executed via the shell module in some yaml file: scl enable rh-git29 bash At that moment the playbook stops dead in it's tracks as the remote