releng: add local to make a local masher user instead of the ipa one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a0177f971a
commit
5cde748b58
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
group: name=masher gid=751 system=yes state=present
|
||||
|
||||
- name: add masher user as 751 - and group
|
||||
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
|
||||
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync local=true
|
||||
# masher ssh keys and config
|
||||
- name: add masher ssh dir
|
||||
file: state=directory path=/home/masher/.ssh mode=700 owner=masher group=masher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue