Name correctly LDAP userland scripts

This commit is contained in:
Alexandre Iooss 2019-02-19 11:41:08 +01:00
parent 577917e7c8
commit c7dd68089a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Copy passwd and chsh scripts - name: Copy passwd and chsh scripts
template: template:
src: "{{ item }}.j2" src: "{{ item }}.j2"
dest: /usr/local/bin/ dest: "/usr/local/bin/{{ item }}"
mode: 0755 mode: 0755
with_items: with_items:
- chsh - chsh