diff options
| author | lijia <[email protected]> | 2020-03-30 17:50:02 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2020-03-30 17:50:02 +0800 |
| commit | 6a628c5fe632555ebb66078cd2e26fe27486f030 (patch) | |
| tree | ac31d42af436078642c0ac6b86c01088e519d3e0 /houyi-uninstall.yml | |
| parent | f28b134cb578a1994330f345a4eca92ecaf53249 (diff) | |
Diffstat (limited to 'houyi-uninstall.yml')
| -rw-r--r-- | houyi-uninstall.yml | 24 |
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 |
