mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
* expect ssh_key_data to be a string instead of path ssh_key_data should be a string filled with the private key the old behavior can be archived with a lookup Fixes #45119 * clarifies ssh_key_data description, adds newline