set copy permissions
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m22s Details

This commit is contained in:
Gleb Koval 2023-09-26 01:20:36 +01:00
parent 67b02cfe6d
commit 2e612889f6
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
ansible.builtin.copy:
src: ./{{ project }}
dest: "{{ user.home }}"
mode: "0744"
- name: Docker compose
module_defaults:
community.docker.docker_compose: