diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2025-01-14 16:46:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 16:46:52 +0100 |
commit | a046ef5a95b3011bff097c0c709680324ab27c2c (patch) | |
tree | 5ce66d272a0f14c49faa60ce5bafb03e9a7578c4 /changelogs | |
parent | ansible-vault integration test fix (fixes: #83837) (#84486) (diff) | |
download | ansible-a046ef5a95b3011bff097c0c709680324ab27c2c.tar.xz ansible-a046ef5a95b3011bff097c0c709680324ab27c2c.zip |
fix incongruent ansible-vault cli options (#84494)
prompt now only errors if stdin is specifically triggered and not due to lack of other args
fixes #84489
---------
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/vault_cli_fix.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/vault_cli_fix.yml b/changelogs/fragments/vault_cli_fix.yml new file mode 100644 index 0000000000..424204f4e5 --- /dev/null +++ b/changelogs/fragments/vault_cli_fix.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-vault will now correctly handle `--prompt`, previously it would issue an error about stdin if no 2nd argument was passed |