X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-logcheck%2Ftasks%2Fmain.yml;fp=playbooks%2Fdebian%2Froles%2Finit-logcheck%2Ftasks%2Fmain.yml;h=0000000000000000000000000000000000000000;hb=424c41462e9f4f38fdf666f2180342a8268a95c7;hp=a0960a59a3851dc5cd9cf0e482e1be507455b7ea;hpb=412c5f3f80f4aadecce7e27f6d0f8616a665f48d;p=ansible.git diff --git a/playbooks/debian/roles/init-logcheck/tasks/main.yml b/playbooks/debian/roles/init-logcheck/tasks/main.yml deleted file mode 100644 index a0960a5..0000000 --- a/playbooks/debian/roles/init-logcheck/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: Check logcheck - stat: - path: /etc/logcheck/logcheck.conf - register: logcheck_exists - changed_when: not logcheck_exists.stat.exists - -- name: Install logcheck if not installed - import_role: - name: logcheck - when: not logcheck_exists.stat.exists