put in clean up scripts to remove fas-client cron job which bollocks systems

This commit is contained in:
Stephen Smoogen 2021-03-25 07:17:42 -04:00
parent b80eb0b4d3
commit 34728c85cd

View file

@ -29,6 +29,16 @@
register: pam_sudo_pam_url_so
when: pam_sudo_stat.stat.exists and not pam_sudo_stat.stat.islnk
- name: Remove the fas-client cron jobs so they do not mess with system
file:
path=/etc/cron.d/fas-client
state=absent
- name: Remove the fas-client email cron jobs so they do not mess with system
file:
path=/etc/cron.d/fas-client-aliases
state=absent
- name: Remove butchered sudo pam.d file
file:
name: /etc/pam.d/sudo