diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 291311ae2b8..b1761da6a39 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -301,6 +301,11 @@ # line to disable this behaviour. #pty=False +[nspawn_connection] + +# systemd nspawn arguments to use for systemd-nspawn command invocation +#nspawn_args = --link-journal=auto + [ssh_connection] # ssh arguments to use