This commit is contained in:
zhangzhihan
2020-09-25 12:12:25 +08:00
parent 4177c779ef
commit b57e742be8
41 changed files with 638 additions and 1561 deletions

View File

@@ -0,0 +1,21 @@
- name: "remove marsio files"
file:
path: /opt/mrzcpd
state: absent
when: remove.marsio == 1
ignore_errors: true
- name: "remove mrzcpd.service"
file:
path: /usr/lib/systemd/system/mrzcpd.service
state: absent
when: remove.marsio == 1
ignore_errors: true
- name: "remove mrtunnat.service"
file:
path: /usr/lib/systemd/system/mrtunnat.service
state: absent
when: remove.marsio == 1
ignore_errors: true