This commit is contained in:
zhangzhihan
2020-09-25 16:05:10 +08:00
parent 03b37a86d8
commit ac1e11b722

View File

@@ -39,16 +39,31 @@
state: absent
when: uninstall.firewall == 1
- name: "[uninstall firewall] uninstall firewall"
- name: "[uninstall firewall] uninstall fw_quic"
yum:
name:
- "{{ fw_quic }}"
state: absent
when: uninstall.firewall == 1
ignore_errors: true
- name: "[uninstall firewall] uninstall tsg_conn_record"
yum:
name:
- "{{ tsg_conn_record }}"
state: absent
when: uninstall.firewall == 1
ignore_errors: true
- name: "[uninstall firewall] uninstall tsg_conn_sketch"
yum:
name:
- "{{ tsg_conn_sketch }}"
state: absent
when: uninstall.firewall == 1
ignore_errors: true
- name: "[uninstall firewall] remove /home/mesasoft/sapp_runetc"
file:
path: /home/mesasoft/sapp_runetc