diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 94fe6ec..041e8eb 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -8,6 +8,3 @@ - name: update-initramfs command: update-initramfs -u -k all - -- name: update-ca-certificates - command: update-ca-certificates diff --git a/roles/common/tasks/Debian.yml b/roles/common/tasks/Debian.yml index d7cb340..c78cef9 100644 --- a/roles/common/tasks/Debian.yml +++ b/roles/common/tasks/Debian.yml @@ -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