first commit
This commit is contained in:
18
roles/delete_klnagent/tasks/main.yml
Normal file
18
roles/delete_klnagent/tasks/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
- block:
|
||||
- name: "Remove previous agent installations"
|
||||
apt:
|
||||
name: klnagent64
|
||||
state: absent
|
||||
|
||||
- name: "Deleting previous distros from tmp"
|
||||
file:
|
||||
path: "/tmp/klnagent"
|
||||
state: absent
|
||||
|
||||
- name: "Deleting previous configs from agent"
|
||||
file:
|
||||
path: "/opt/kaspersky/klnagent64"
|
||||
state: absent
|
||||
file:
|
||||
path: "/var/opt/kasperksy/klnagent64"
|
||||
state: absent
|
||||
Reference in New Issue
Block a user