diff --git a/roles/i3/tasks/main.yml b/roles/i3/tasks/main.yml index 85c1335..e4e8aec 100644 --- a/roles/i3/tasks/main.yml +++ b/roles/i3/tasks/main.yml @@ -9,15 +9,11 @@ - name: Verify that default applications file exists file: path=/etc/xdg/mimeapps.list state=touch - tags: - - debug - name: Verify header in default applications file lineinfile: dest=/etc/xdg/mimeapps.list state=present line='[Default Applications]' insertbefore=BOF - tags: - - debug - include: rofi.yml