Merge pull request #20 from TouchInstinct/fix/system.deploy-user.docker

system.deploy-user: set correct docker config permissions
This commit is contained in:
TonCherAmi 2020-09-04 17:08:32 +03:00 committed by GitHub
commit 7f52c1f4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
template:
src: "templates/docker-config.json.j2"
dest: "{{ system__deploy_user_home }}/.docker/config.json"
owner: "{{ system__deploy_user_name }}"
mode: 0600
when: docker is defined
tags:
- files