mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
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:
parent
f9e081046c
commit
8c3dfe8655
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user