diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-21 16:36:11 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-21 16:36:11 +0100 |
| commit | 75169db20433950e8c583a400c13246c3fe8cd55 (patch) | |
| tree | fd1f08d1fc0d9e7d6b6b5dbbdf46613ae7c5bb7e /roles/rnote/tasks/main.yml | |
| parent | 6c778bdcc5f8393306e748ad47c631bf86684cb5 (diff) | |
Fix rnote install on debian
Diffstat (limited to 'roles/rnote/tasks/main.yml')
| -rw-r--r-- | roles/rnote/tasks/main.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/roles/rnote/tasks/main.yml b/roles/rnote/tasks/main.yml index d1c355f7..71bcbd0d 100644 --- a/roles/rnote/tasks/main.yml +++ b/roles/rnote/tasks/main.yml @@ -1,6 +1,3 @@ --- -- name: "Ensure rnote is installed" - become: true - ansible.builtin.package: - name: "rnote" - state: "present" +- name: "Include OS-specific tasks" + ansible.builtin.include_tasks: "install-{{ ansible_facts['os_family'] | lower }}.yml" |
