From 8c3dfe8655538067fef28c1f232dc195ef2da30a Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 22 Mar 2019 18:23:19 -0400 Subject: [PATCH] remove input value arg from plugin example The plugin backends no longer expect an input value as an argument so we're removing it from the documented examples. --- docs/credential_plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/credential_plugins.md b/docs/credential_plugins.md index 7a4752d7a7..6910c1942c 100644 --- a/docs/credential_plugins.md +++ b/docs/credential_plugins.md @@ -134,7 +134,6 @@ storing the password in plaintext on your disk), doing so is fairly easy: ```python from awx.main.credential_plugins import hashivault hashivault.hashivault_kv_plugin.backend( - '', url='https://hcv.example.org', token='some-valid-token', api_version='v2',