summaryrefslogtreecommitdiff
path: root/houyi-uninstall.yml
diff options
context:
space:
mode:
authorlijia <[email protected]>2020-03-30 17:50:02 +0800
committerlijia <[email protected]>2020-03-30 17:50:02 +0800
commit6a628c5fe632555ebb66078cd2e26fe27486f030 (patch)
treeac31d42af436078642c0ac6b86c01088e519d3e0 /houyi-uninstall.yml
parentf28b134cb578a1994330f345a4eca92ecaf53249 (diff)
更新相关模块的rpm包.HEADmaster
Diffstat (limited to 'houyi-uninstall.yml')
-rw-r--r--houyi-uninstall.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/houyi-uninstall.yml b/houyi-uninstall.yml
index 4123892..76b53a7 100644
--- a/houyi-uninstall.yml
+++ b/houyi-uninstall.yml
@@ -5,22 +5,29 @@
service:
name: sapp
state: stopped
-
+ ignore_errors: yes
+
- name: "stop houyi service"
service:
name: houyi
state: stopped
+ ignore_errors: yes
- - name: "uninstall sapp"
- yum:
- name: "sapp"
- state: absent
+# - name: "uninstall sapp"
+# yum:
+# name: "sapp"
+# state: absent
- name: "uninstall houyi"
yum:
name: "houyi"
state: absent
+ - name: "uninstall houyi-common-tools"
+ yum:
+ name: "houyi-common-tools"
+ state: absent
+
- name: "uninstall houyi-plug"
yum:
name: "houyi-plug"
@@ -30,11 +37,4 @@
yum:
name: "net_flood"
state: absent
-
- - name: "remove sapp"
- file:
- path: /home/mesasoft/sapp_run/
- state: absent
- force: 1
-
\ No newline at end of file