From 632c8ec5498780e4ae324ee3bdf458c50f0a1669 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Tue, 26 Dec 2017 16:39:26 -0800 Subject: [PATCH] remove debug tags --- roles/i3/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) 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