Skip to content

Commit

Permalink
setup_botocore_pip: create tempdir in /var/tmp (#734)
Browse files Browse the repository at this point in the history
setup_botocore_pip: create tempdir in /var/tmp

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

Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
goneri authored Mar 28, 2022
1 parent df865b4 commit aeba19a
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 aeba19a

Please sign in to comment.