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 | cbfac01feb3db727f7539dee124673f3322b38d7 (patch) | |
| tree | 4b8d25dabd9827a70cff32f20d7875d2024ba113 /roles/chromium/tasks | |
| parent | 371dd3a37465efb68df9a978253894c664da688b (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" |
