allow entering home (#85371)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-01-08 14:41:07 +01:00 committed by Benjamin Dauvergne
parent 1e7528bc2f
commit 15e4d19d3f
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@
name: pytest
virtualenv: "{{venv_py3}}"
- name: "allow entering home"
ansible.builtin.file:
path: "/home/{{user}}"
mode: "o+x"
- name: "create {{src_dir}} directory"
file:
path: "{{src_dir}}"