copr: backend: correct resalloc's homedir
This commit is contained in:
parent
2cb47769d9
commit
cd340378d8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
||||||
- name: install .ansible.cfg for resalloc user
|
- 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
|
owner=resalloc group=resalloc mode=600
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue