diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-02-17 16:35:40 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-02-17 16:35:47 -0500 |
commit | b14c4b9f6e5b4b6b96ad27e2620c3bd65dcee286 (patch) | |
tree | d7dabfba8d11f49ea82fcb39df804256c523f028 /examples | |
parent | e84713c76cdf052935c45134876e3d3471fb89d6 (diff) | |
download | ansible-b14c4b9f6e5b4b6b96ad27e2620c3bd65dcee286.tar.gz |
Revert "Add a config section for systemd-nspawn driver"
This reverts commit 1fc721118181be2ba5fd93ad61e10db9fa5eb166.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index b1761da6a3..291311ae2b 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -301,11 +301,6 @@ # 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 |