Fix issue with bash binary location in FreeBSD

This commit is contained in:
nike38rus 2014-08-13 17:57:01 +09:00
parent d30b157526
commit 2cdb73927f

View File

@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ user.get('shell', '/bin/bash') }}
- shell: {{ users.get('visudo_shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}