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
Former Member
3 years agoCannot get op to create a login with ansible
Hello kind folk.
I'm enjoying op cli.
I'm generating unique passwords for multiple accounts across a fleet of servers once every 6 months or so.
I have an ansible playbook that successfully re...
Former Member
3 years agoHey @zigford ,
Thank you for reporting this. Without any logs, this may be a bit tedious to diagnose, but we can definitely try.
A while go, we encountered a bug that caused, in certain environments, the CLI to interpret a programatic call as receiving piped input when it's not present, in fact.
My hunch is that it might be related to this. Would it be possible for you the syntax of your command from
op item create --template item.json <assignments> <flags>
to
cat item.json | op item create <assignments> <flags>
?
Please let us know if this helps or if at least produces a more verbose error.
Looking forward to hearing from you.
Best,
Horia