put in clean up scripts to remove fas-client cron job which bollocks systems
This commit is contained in:
parent
b80eb0b4d3
commit
34728c85cd
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue