Skip to content
Snippets Groups Projects
Commit 2cddcdca authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'th/sssd-nss' into 'master'

ad-auth: Remove broken nsswitch.conf task

See merge request !10
parents 2c4d8241 8a16c6a1
No related branches found
No related tags found
1 merge request!10ad-auth: Remove broken nsswitch.conf task
Pipeline #5338 passed
......@@ -98,16 +98,6 @@
tags:
- 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
service:
name: sssd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment