-
- Downloads
Support check_mode in sshca_sign plugin
This is a trivial way of "supporting" check_mode: we simply always return changed: false. The support could be improved if we found a way to actually run the ssh-keygen command remotely, but we haven't been able to pass something equivalent to 'check_mode: no' to the _execute_module invocation...
Please register or sign in to comment