summaryrefslogtreecommitdiffstats
path: root/awx_collection/README.md
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2020-03-31 06:07:46 +0200
committerbeeankha <beeankha@gmail.com>2020-04-06 16:11:18 +0200
commitfd24918ba86f68c74a43c4c984de99814f9a187d (patch)
tree57bb6bf7d7507100128bea7eb5270ce41bfee61a /awx_collection/README.md
parentMerge pull request #6582 from chrismeyersfsu/fix-redis_startup (diff)
downloadawx-fd24918ba86f68c74a43c4c984de99814f9a187d.tar.xz
awx-fd24918ba86f68c74a43c4c984de99814f9a187d.zip
Initial conversion of tower_credential
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r--awx_collection/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md
index 380f46549e..70d682660e 100644
--- a/awx_collection/README.md
+++ b/awx_collection/README.md
@@ -52,6 +52,7 @@ The following notes are changes that may require changes to playbooks:
- Some return values (e.g., `credential_type`) have been removed. Use of `id` is recommended.
- `tower_job_template` no longer supports the deprecated `extra_vars_path` parameter, please use `extra_vars` with the lookup plugin to replace this functionality.
- The `notification_configuration` parameter of `tower_notification` has changed from a string to a dict. Please use the `lookup` plugin to read an existing file into a dict.
+ - `tower_credential` no longer supports passing a file name to ssh_key_data.
## Running Unit Tests