mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -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