Removed post install kesl check

This commit is contained in:
2024-02-19 17:40:37 +03:00
parent 047ed81832
commit b8dad01b8a
2 changed files with 2 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
all: all:
vars: vars:
ansible_user: marker ansible_user: marker
#ansible_become_password:
children: children:
debian: debian:
hosts: hosts:

View File

@@ -54,11 +54,3 @@
name: kesl name: kesl
enabled: yes enabled: yes
state: started 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