mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
* Fix returnall for gopass
Gopass was always given the --password flag, despite there being no need for this.
* Add changelog fragment
Co-authored-by: Sylvia van Os <sylvia.van.os@politie.nl>
(cherry picked from commit 3eb29eb4b6
)
Co-authored-by: Sylvia van Os <sylvia@hackerchick.me>
This commit is contained in:
parent
66cbd926f2
commit
3020b305bb
3 changed files with 4 additions and 6 deletions
|
@ -318,9 +318,6 @@
|
|||
if [ "$1" = "--version" ]; then
|
||||
exit 2
|
||||
fi
|
||||
if [ "$1" = "show" ] && [ "$2" != "--password" ]; then
|
||||
exit 3
|
||||
fi
|
||||
echo "gopass_ok"
|
||||
dest: "{{ gopasspath }}"
|
||||
mode: '0755'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue