selinux in rhel7 doesn't like /var/tmp for a homedir, unset that
This commit is contained in:
parent
92e0239c16
commit
eafe2c9c9e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
action: group name=ftpsync gid=263 system=yes state=present
|
||||
|
||||
- name: add ftpsync user
|
||||
action: user name=ftpsync uid=263 group=ftpsync system=yes home=/var/tmp/ftpsync createhome=yes system=yes state=present
|
||||
action: user name=ftpsync uid=263 group=ftpsync system=yes createhome=yes system=yes state=present
|
||||
|
||||
- name: add the ftpsync update-fullfilelist script
|
||||
action: copy src="{{ files }}/releng/update-fullfilelist" dest=/usr/local/bin/update-fullfilelist owner=ftpsync group=ftpsync mode=555
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue