Первый коммит с ансибле скриптами для установки telemt.
This commit is contained in:
commit
ca14120c0e
10 changed files with 90 additions and 0 deletions
9
roles/uninstall/tasks/uninstall.yml
Normal file
9
roles/uninstall/tasks/uninstall.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: удаление telemt
|
||||
shell:
|
||||
cmd: /tmp/install.sh purge -l 2
|
||||
register: uninstall_result
|
||||
|
||||
- name: вывод сообщения
|
||||
debug:
|
||||
msg: "{{uninstall_result.stdout.split('\n')}}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue