Sergey Kuzmichev
Sergey Kuzmichev
I think, the reason for all of this is the different _invocation_ of `bash`. I'll check this, but it appears that ansible's `script` gets interactive non-login shell, while we need...
Some trivial testing through ansible. ``` $ cat env.sh #!/bin/bash env | grep PATH ``` ``` tasks: - name: Copy test script to the remote machine copy: src: env.sh dest:...
I do not think that ansible will support _login_ shells any time soon, and I am personally not sure that's required, as there are workarounds available. Environment variables and scripts...
Seeing a similar backtrace in core dumps that I get consistently (more often than not) on aarch64. `pgres` is not empty, but some of the fields are. Specifically, since we...
Discussed with @jobinau , will work on this.