mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -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