diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-13 14:59:38 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-13 14:59:38 +0100 |
| commit | 19bd81e1da0ccfee68779a718b22df34e6cda40a (patch) | |
| tree | b75cd4235cae864fc99fcfbd17b0dd99226ba513 /roles/dotfiles/meta | |
| parent | 923ff1e6021e2746829fe0bc459f32179155f95f (diff) | |
Fix dotfiles error on debian with missing envsubst
Diffstat (limited to 'roles/dotfiles/meta')
| -rw-r--r-- | roles/dotfiles/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/dotfiles/meta/main.yml b/roles/dotfiles/meta/main.yml index 110e20f8..2df55516 100644 --- a/roles/dotfiles/meta/main.yml +++ b/roles/dotfiles/meta/main.yml @@ -2,6 +2,7 @@ dependencies: - role: "git" - role: "stow" + - role: "gettext" galaxy_info: author: "a14m" description: "Configure dotfiles repo" |
