From b8dad01b8a701501727e2ced8abb4be5cc018179 Mon Sep 17 00:00:00 2001 From: Marat Kharitonov Date: Mon, 19 Feb 2024 17:40:37 +0300 Subject: [PATCH] Removed post install kesl check --- hosts.yaml | 2 +- roles/kesl/tasks/main.yml | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/hosts.yaml b/hosts.yaml index 6b3f95e..a129b64 100644 --- a/hosts.yaml +++ b/hosts.yaml @@ -1,7 +1,7 @@ all: vars: ansible_user: marker - + #ansible_become_password: children: debian: hosts: diff --git a/roles/kesl/tasks/main.yml b/roles/kesl/tasks/main.yml index 7d973fe..3136545 100644 --- a/roles/kesl/tasks/main.yml +++ b/roles/kesl/tasks/main.yml @@ -53,12 +53,4 @@ service: name: kesl enabled: yes - state: started - - - name: "Kesl check status" - shell: "/opt/kaspersky/kesl/bin/kesl-control -S --app-info" - register: Kesl_status - - - name: print KESL Status - ansible.builtin.debug: - var: Kesl_status \ No newline at end of file + state: started \ No newline at end of file