Name correctly LDAP userland scripts
This commit is contained in:
parent
577917e7c8
commit
c7dd68089a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- name: Copy passwd and chsh scripts
|
||||
template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: /usr/local/bin/
|
||||
dest: "/usr/local/bin/{{ item }}"
|
||||
mode: 0755
|
||||
with_items:
|
||||
- chsh
|
||||
|
|
Loading…
Reference in a new issue