diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-06 23:16:06 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-06 23:16:06 +0100 |
| commit | 512e8239c29c3879d80fb218ed62d33c4990a2e6 (patch) | |
| tree | 4b8d25dabd9827a70cff32f20d7875d2024ba113 /roles/chromium/tasks | |
| parent | b869f1a55f431ffdaaa49b3ec789c533881f3a0a (diff) | |
Add chromium role
Diffstat (limited to 'roles/chromium/tasks')
| -rw-r--r-- | roles/chromium/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/chromium/tasks/main.yml b/roles/chromium/tasks/main.yml new file mode 100644 index 00000000..5654fbb1 --- /dev/null +++ b/roles/chromium/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure chromium is installed" + become: true + ansible.builtin.package: + name: "chromium" + state: "present" |
