diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:10:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:10:50 +0100 |
| commit | aaa8243474e673a6e74f99d43c3813c49b9463d2 (patch) | |
| tree | 85cb4cb6d8d0dd5a22dc0921711c6dbe5471c534 /roles/xdg-utils/tasks | |
| parent | 75169db20433950e8c583a400c13246c3fe8cd55 (diff) | |
Add missing xdg-utils role
Diffstat (limited to 'roles/xdg-utils/tasks')
| -rw-r--r-- | roles/xdg-utils/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/xdg-utils/tasks/main.yml b/roles/xdg-utils/tasks/main.yml new file mode 100644 index 00000000..ae42ae66 --- /dev/null +++ b/roles/xdg-utils/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure xdg-utils is installed" + become: true + ansible.builtin.package: + name: "xdg-utils" + state: "present" |
