Skip to content

Commit

Permalink
setup_botocore_pip: create tempdir in /var/tmp (#734) (#746)
Browse files Browse the repository at this point in the history
[PR #734/aeba19a6 backport][stable-3] setup_botocore_pip: create tempdir in /var/tmp

This is a backport of PR #734 as merged into main (aeba19a).
Depends-On: ansible/ansible-zuul-jobs#1418
Depends-On: #739
Depends-On: #739
Depends-On: #740
/tmp is based on ramfs and is not suitable for large files.
/var/tmp should be used instead.
See: https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
  • Loading branch information
patchback[bot] committed Mar 28, 2022
1 parent 2e8ab93 commit af53f86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- name: 'Create temporary directory for pip environment'
tempfile:
path: /var/tmp
state: directory
prefix: botocore
suffix: .test
Expand Down

0 comments on commit af53f86

Please sign in to comment.