Skip to content
Snippets Groups Projects
Commit 8a16c6a1 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

ad-auth: Remove broken nsswitch.conf task

I don’t understand why, but it’s broken in bullseye.  And this task doesn’t make
sense anyway, as Debian already configures nsswitch.conf for us.
parent 2c4d8241
Branches
No related tags found
1 merge request!10ad-auth: Remove broken nsswitch.conf task
Pipeline #4761 passed
...@@ -98,16 +98,6 @@ ...@@ -98,16 +98,6 @@
tags: tags:
- sssd - sssd
# taken out of Debian's post install hooks
- name: ensure sssd is configured in nsswitch.conf # noqa 301 306
# yamllint disable-line rule:line-length
shell: "sed -i --regexp-extended '/^(passwd|group|shadow|netgroup|services):/ {
/\\bsss\\b/! s/$/ sss/ } ' /etc/nsswitch.conf"
args:
warn: false
tags:
- sssd
- name: ensure sssd is enabled and running - name: ensure sssd is enabled and running
service: service:
name: sssd name: sssd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment