mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Revert "Remove the --nspawn-extra-args cli option"
This reverts commit b8125ac1a6
.
This commit is contained in:
parent
2d2874fb3c
commit
e84713c76c
2 changed files with 5 additions and 1 deletions
|
@ -355,6 +355,8 @@ class CLI(with_metaclass(ABCMeta, object)):
|
|||
help="specify extra arguments to pass to scp only (e.g. -l)")
|
||||
connect_group.add_option('--ssh-extra-args', default='', dest='ssh_extra_args',
|
||||
help="specify extra arguments to pass to ssh only (e.g. -R)")
|
||||
connect_group.add_option('--nspawn-extra-args', default='', dest='nspawn_extra_args',
|
||||
help="specify extra arguments to pass to systemd-nspawn only (e.g. --bind)")
|
||||
|
||||
parser.add_option_group(connect_group)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue