fix in prod also and add comment about tmp and become_user
This commit is contained in:
parent
45c250315a
commit
137182088d
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue