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:
vars:
ansible_user: marker
#ansible_become_password:
children:
debian:
hosts:

View File

@@ -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
state: started