You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue Generate Master Encryption Key and File task has no error handling
To Reproduce
If the confluent_cli_path is undefined, or the cli package wasn't installed correctly, the /bin/sh: line 1: {{ confluent_cli_path }}: No such file or directory", appears on the stderr, but the task doesn't fail.
Expected behaviour
Later, the Copy Security File Back to Ansible Host task fails, but it should fail right away.