We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection Version: 2.2.1
Connect Server Version: 1.5.7
OS: MacOS
Ansible Version: 7.4.0
When using vault_title instead of the vault_id in the playbook, the Vault ID invalid or undefined. error is thrown.
vault_title
vault_id
Vault ID invalid or undefined.
Successfully find item field using vault_title
--- - name: "test playbook" hosts: localhost environment: OP_CONNECT_HOST: http://localhost:8080 OP_CONNECT_TOKEN: "<token>" collections: - onepassword.connect tasks: - name: "Field info example" field_info: item: redis vault: title field: username no_log: false register: op_item
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your environment
Collection Version: 2.2.1
Connect Server Version: 1.5.7
OS: MacOS
Ansible Version: 7.4.0
What happened?
When using
vault_title
instead of thevault_id
in the playbook, theVault ID invalid or undefined.
error is thrown.What did you expect to happen?
Successfully find item field using
vault_title
Steps to reproduce
Vault ID invalid or undefined.
is printed.Notes & Logs
The text was updated successfully, but these errors were encountered: