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,16 @@
- name: "[uninstall certstore] stop certstore"
systemd:
name: certstore
state: stopped
enabled: no
when:
- uninstall.certstore == 1
ignore_errors: true
- name: "[uninstall certstore] uninstall certstore"
yum:
name:
- "{{ certstore }}"
state: absent
when: uninstall.certstore == 1