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/gettext/vars | |
| parent | 923ff1e6021e2746829fe0bc459f32179155f95f (diff) | |
Fix dotfiles error on debian with missing envsubst
Diffstat (limited to 'roles/gettext/vars')
| -rw-r--r-- | roles/gettext/vars/archlinux.yml | 2 | ||||
| -rw-r--r-- | roles/gettext/vars/debian.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/roles/gettext/vars/archlinux.yml b/roles/gettext/vars/archlinux.yml new file mode 100644 index 00000000..99128b6b --- /dev/null +++ b/roles/gettext/vars/archlinux.yml @@ -0,0 +1,2 @@ +--- +gettext_package: "gettext" diff --git a/roles/gettext/vars/debian.yml b/roles/gettext/vars/debian.yml new file mode 100644 index 00000000..429502c7 --- /dev/null +++ b/roles/gettext/vars/debian.yml @@ -0,0 +1,2 @@ +--- +gettext_package: "gettext-base" |
