ansible/changelogs
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
..
fragments Vanquish rare container bootstrap failure (#73288) 2021-01-21 12:22:58 -05:00
CHANGELOG.rst
changelog.yaml Use antsibull-changelog instead of packaged changelog generator (#69313) 2020-06-11 11:21:21 -07:00
config.yaml Make changelog tool be more strict about suffixes (#70909) 2020-08-06 10:49:39 -05:00