summaryrefslogtreecommitdiff
path: root/houyi-uninstall.yml
diff options
context:
space:
mode:
Diffstat (limited to 'houyi-uninstall.yml')
-rw-r--r--houyi-uninstall.yml23
1 files changed, 11 insertions, 12 deletions
diff --git a/houyi-uninstall.yml b/houyi-uninstall.yml
index ceb1b4c..f83aebb 100644
--- a/houyi-uninstall.yml
+++ b/houyi-uninstall.yml
@@ -12,11 +12,6 @@
name: houyi
state: stopped
ignore_errors: yes
-
- - name: "uninstall sapp"
- yum:
- name: "sapp"
- state: absent
- name: "uninstall houyi"
yum:
@@ -32,14 +27,18 @@
yum:
name: "houyi-plug"
state: absent
-
- - name: "uninstall net_flood"
- yum:
- name: "net_flood"
- state: absent
- name: "uninstall wire_graft"
yum:
name: "wire_graft"
- state: absent
- \ No newline at end of file
+ state: absent
+
+ - name: "uninstall sapp"
+ yum:
+ name: "sapp"
+ state: absent
+
+ - name: "uninstall net_flood"
+ yum:
+ name: "net_flood"
+ state: absent \ No newline at end of file