We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b2803a + 0a058b2 commit 90a8bb9Copy full SHA for 90a8bb9
playbooks/container-builder-copy-logs.yaml
@@ -6,6 +6,7 @@
6
mkdir -p logs
7
# copy system log
8
sudo cp -r /var/log logs/system_log
9
+ sudo rm -f logs/system_log/README
10
if which journalctl ; then
11
# the journal gives us syslog() and kernel output, so is like
12
# a concatenation of the above.
0 commit comments