fix in prod also and add comment about tmp and become_user

This commit is contained in:
Kevin Fenzi 2018-06-28 18:15:30 +00:00
parent 45c250315a
commit 137182088d
2 changed files with 6 additions and 0 deletions

View file

@ -72,3 +72,7 @@ fedmsg_certs:
# we need this to log with fedmsg-logger
fedmsg_active: True
# 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

@ -88,4 +88,6 @@ fedmsg_active: True
# makes sure it sends stg not prod fedmsgs
fedmsg_env: stg
# 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