Remove BKCA for good

This commit is contained in:
Markus 2019-03-25 21:02:07 +01:00
parent 50cab2429d
commit 5c07927012
2 changed files with 0 additions and 7 deletions

View File

@ -8,6 +8,3 @@
- name: update-initramfs
command: update-initramfs -u -k all
- name: update-ca-certificates
command: update-ca-certificates

View File

@ -49,10 +49,6 @@
- name: Set shell for root user
user: name=root shell=/bin/zsh
- name: Remove BKCA certificate
file: path=/usr/local/share/ca-certificates/BKCA.crt state=absent
notify: update-ca-certificates
- name: Create LDAP client config
template: src=ldap.conf.j2 dest=/etc/ldap/ldap.conf mode=0644