also set tmp for copr

This commit is contained in:
Kevin Fenzi 2018-06-29 01:55:57 +00:00
parent 27a0c33f79
commit e73ab29c27
2 changed files with 8 additions and 0 deletions

View file

@ -12,3 +12,7 @@ csi_purpose: Provide a publicly accessible frontend for 3rd party packages (copr
csi_relationship: |
- This host provides the frontend part of copr only.
- It's the point of contact between end users and the copr build system (backend, package singer)
# We set this here because we have a task that uses become_user where the user does not
# have perms to write to their homedir. So we cannot use the default ~user/.ansible tmpdir.
ansible_remote_tmp: /tmp/.ansible-${USER}/tmp

View file

@ -7,3 +7,7 @@ csi_purpose: Provide the testing environment of copr's frontend
csi_relationship: This host is the testing environment for copr's web interface
copr_mbs_cli_login: Y29wcg==##vtvvikhcjncwkfkdcssv
# We set this here because we have a task that uses become_user where the user does not
# have perms to write to their homedir. So we cannot use the default ~user/.ansible tmpdir.
ansible_remote_tmp: /tmp/.ansible-${USER}/tmp