Skip to content

Commit d25697a

Browse files
author
Anton Ustyuzhanin
committed
Merge branch 'rename-tasks' into develop
2 parents 8bf1852 + 09448b9 commit d25697a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tasks/nsswitch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: sssd_ldap | nsswitch | enable sss
2+
- name: nsswitch | enable sss
33
replace:
44
dest: /etc/nsswitch.conf
55
regexp: '^({{ item }}(?!.*\bsss\b).*)$'

tasks/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: sssd_ldap | packages | install packages
2+
- name: packages | install packages
33
package:
44
name: "{{ item }}"
55
state: present

tasks/pamd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: sssd_ldap | pamd | add pam_mkhomedir for Debian machines
2+
- name: pamd | add pam_mkhomedir for Debian machines
33
copy:
44
src: pam_mkhomedir
55
dest: /usr/share/pam-configs/sssd_mkhomedir

tasks/sshd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: sssd_ldap | sshd | enable authorized keys lookup script
2+
- name: sshd | enable authorized keys lookup script
33
lineinfile:
44
path: /etc/ssh/sshd_config
55
line: 'AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys'

tasks/sssd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: sssd_ldap | configure sssd
2+
- name: configure sssd
33
template:
44
src: sssd.conf.j2
55
dest: /etc/sssd/sssd.conf

0 commit comments

Comments
 (0)