opencollab: Force umask when running git

This commit is contained in:
Timo Makinen 2021-10-04 15:15:25 +00:00
parent 5197fb0ff7
commit 63b9b92166

View file

@ -12,6 +12,7 @@
git: git:
dest: /usr/local/src/opencollab dest: /usr/local/src/opencollab
repo: "https://github.com/graphingwiki/opencollab.git" repo: "https://github.com/graphingwiki/opencollab.git"
umask: "0022"
version: python3 version: python3
- name: install package - name: install package