update
This commit is contained in:
16
uninstall/roles/certstore/tasks/main.yml
Normal file
16
uninstall/roles/certstore/tasks/main.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user