copr: backend: correct resalloc's homedir

This commit is contained in:
Pavel Raiskup 2019-08-14 17:02:49 +02:00 committed by Pierre-Yves Chibon
parent 2cb47769d9
commit cd340378d8

View file

@ -32,7 +32,7 @@
become_user: postgres
- name: install .ansible.cfg for resalloc user
copy: src=ansible.cfg dest=/home/resalloc/.ansible.cfg
copy: src=ansible.cfg dest=/var/lib/resallocserver/.ansible.cfg
owner=resalloc group=resalloc mode=600
tags:
- provision_config