Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
brchar
2 years agoNew Contributor
[Ansible] op create item --category ssh fails
Found an interesting and frustrating issue.
I can run op item create --category ssh --vault 'SSH Keys' --title 'My Key' on the ansible host from the terminal or through bash script and it will wo...
MentalManiac
2 years agoNew Contributor
I am running into this issue as well. Using ansible to handle key rotations with 1Password as the store. Would really appreciate it being able to work. It was working last year with an older version of the cli, but during that time the command was "op ssh generate"
EDIT: just wanted to update, adding </dev/null
to the end of the command has solved this issue for me