Merge pull request #45 from nike38rus/master
Fix issue with bash binary location in FreeBSD
This commit is contained in:
commit
b77b198edf
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user