####################
#Uninstall tfe
- name: "[uninstall tfe] stop tfe"
systemd:
name: tfe
state: stopped
enabled: no
when:
- uninstall.tfe == 1
ignore_errors: true
- name: "[uninstall tfe] stop tfe-env"
name: tfe-env
- name: "[uninstall tfe] uninstall tfe"
yum:
name:
- "{{ tfe }}"
- "{{ tfe_kmod }}"
state: absent
when: uninstall.tfe == 1