Add os/uninstall_packages.yml
This commit is contained in:
parent
7df3e28a59
commit
e22897a7bc
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
- hosts: "{{ hosts_servers }}"
|
||||||
|
tasks:
|
||||||
|
- name: Package Uninstall
|
||||||
|
apt:
|
||||||
|
purge: yes
|
||||||
|
name: "{{ package_name }}"
|
||||||
|
state: absent
|
Loading…
Reference in New Issue