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:
|
user.present:
|
||||||
- name: {{ name }}
|
- name: {{ name }}
|
||||||
- home: {{ home }}
|
- home: {{ home }}
|
||||||
- shell: {{ user.get('shell', '/bin/bash') }}
|
- shell: {{ users.get('visudo_shell', '/bin/bash') }}
|
||||||
{% if 'uid' in user -%}
|
{% if 'uid' in user -%}
|
||||||
- uid: {{ user['uid'] }}
|
- uid: {{ user['uid'] }}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user