Removed post install kesl check
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
vars:
|
vars:
|
||||||
ansible_user: marker
|
ansible_user: marker
|
||||||
|
#ansible_become_password:
|
||||||
children:
|
children:
|
||||||
debian:
|
debian:
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
@@ -53,12 +53,4 @@
|
|||||||
service:
|
service:
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user