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.
This commit is contained in:
Jake McDermott 2019-03-22 18:23:19 -04:00
parent f9e081046c
commit 8c3dfe8655
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -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',