diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-21 23:14:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-21 23:14:58 +0100 |
| commit | dae05ed97cf8183bfb8725f9c6c4abee9ac4970d (patch) | |
| tree | 92eb9f5308a344dca7c02e1070398f80537ed35a /roles/gpg/meta | |
| parent | 5dcb7b3f99c7f7a9a9b11814334baeef81535d20 (diff) | |
Fix bash dependencies in shell scripts called
Diffstat (limited to 'roles/gpg/meta')
| -rw-r--r-- | roles/gpg/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/gpg/meta/main.yml b/roles/gpg/meta/main.yml index 0524d03d..de355f8f 100644 --- a/roles/gpg/meta/main.yml +++ b/roles/gpg/meta/main.yml @@ -1,5 +1,6 @@ --- -dependencies: [] +dependencies: + - role: "bash" galaxy_info: author: "a14m" description: "Install gpg and pinentry" |
