ansible/test/lib/ansible_test/_data/setup
Alexander Sowitzki fe792fdcd2
Vanquish rare container bootstrap failure (#73288)
The init script for the test container writes additional lines to
the .bashrc of the user. This was done via a `cat` multiline
instruction, which is implemented internally by writing a
temporary file to TMPDIR (/tmp in this case) first. Docker fails
to provide /tmp just after creation, which results in a race
condition that rarely makes the init fail. Changed the `cat`
statement to multiple `echo`s.

Co-authored-by: Matt Clay <matt@mystile.com>
2021-01-21 12:22:58 -05:00
..
ConfigureRemotingForAnsible.ps1
docker.sh Vanquish rare container bootstrap failure (#73288) 2021-01-21 12:22:58 -05:00
remote.sh ansible-test - No virtualenv install on Python 3 2021-01-07 20:12:39 -08:00
windows-httptester.ps1 fix typo (foward -> forward) (#72182) 2020-10-11 11:05:08 +05:30