932a619981
The manual SSH command is buggy since it does not respect things like ansible_ssh_extra_args. TrivialFix Change-Id: I30709df86b4cc334413b76507700dc03e7df2ea1
7 lines
188 B
YAML
7 lines
188 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where custom SSH arguments, such as when setting
|
|
``ansible_ssh_extra_args``, were not being respected when rebooting
|
|
a host to disable selinux.
|