Skip to content
Snippets Groups Projects
Commit 5b6fe073 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Do not touch the repo file and dir mode after clone

This make `keep_chmod_from_repo` obsolete.
parent ef57e8e7
Branches
No related tags found
No related merge requests found
......@@ -35,11 +35,6 @@ deploy_{{ project_name }}_clone_directory_permissions:
- name: {{ project_config.path }}
- user: root
- group: {{ project_name }}
{% if repo_config.get('keep_chmod_from_repo', False) %}
{% else %}
- dir_mode: 750
- file_mode: 640
{% endif %}
- recurse:
- user
- group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment