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