tower_credential: expect ssh_key_data to be a string instead of path (#45158)

* 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
This commit is contained in:
Meecr0b
2018-09-07 19:41:09 +02:00
committed by Sam Doran
parent ac4e611f9d
commit 2f6b8591b1
4 changed files with 81 additions and 44 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- tower_credential - Expect ssh_key_data to be the content of a ssh_key file instead of the path to the file (https://github.com/ansible/ansible/pull/45158)