Explicit permissions
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -8,9 +8,10 @@
|
||||
register: pkg_result
|
||||
retries: 3
|
||||
until: pkg_result is succeeded
|
||||
become: yes
|
||||
|
||||
- name: Clone git pass repository
|
||||
git:
|
||||
repo: '{{ pass.upstream }}'
|
||||
dest: '{{ pass.dest }}'
|
||||
umask: '0066'
|
||||
become_user: '{{ user.name }}'
|
||||
|
Reference in New Issue
Block a user