Make temporary directory for collection more permissive

To avoid "permission denied" error from the job.

Change-Id: I8a1016e074e4a590c3dec13ac0edec41086221b0
This commit is contained in:
Sagi Shnaidman 2021-10-19 15:57:48 +03:00 committed by Shnaidman Sagi (Sergey)
parent b0afe02676
commit e9c6b4062f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
file: file:
state: "{{ item }}" state: "{{ item }}"
path: "{{ build_collection_path }}" path: "{{ build_collection_path }}"
mode: 0644 mode: 0755
loop: loop:
- absent - absent
- directory - directory