mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user