From 1b5cb850fbcc2948ebd505ee298df55c64295f0c Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 18 Jan 2018 17:05:51 +0100 Subject: [PATCH] evocheck: add tags --- evocheck/tasks/install_local.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/evocheck/tasks/install_local.yml b/evocheck/tasks/install_local.yml index 7c0580c1..e33d565e 100644 --- a/evocheck/tasks/install_local.yml +++ b/evocheck/tasks/install_local.yml @@ -2,6 +2,8 @@ - include_role: name: remount-usr when: evocheck_bin_dir | search ("/usr") + tags: + - evocheck - name: Scripts dir is present file: @@ -10,6 +12,8 @@ owner: root group: root mode: "0700" + tags: + - evocheck - name: Copy evocheck.sh copy: @@ -19,7 +23,7 @@ owner: root force: yes tags: - - evocheck + - evocheck - name: Copy evocheck.cf copy: @@ -27,4 +31,4 @@ dest: /etc/evocheck.cf force: no tags: - - evocheck + - evocheck