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:
Kevin Fenzi 2022-05-24 16:49:07 -07:00
parent a0177f971a
commit 5cde748b58

View file

@ -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