beacon-node-builds: use the git_config resource

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-20 17:15:58 +01:00
parent 3eacfc36c7
commit afd230007f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@
shell: '/bin/zsh'
- name: Set disable rebase as merge strategy
command: git config --global pull.rebase false
git_config:
scope: 'global'
name: 'pull.rebase'
value: false
become_user: '{{ beacon_node_builds_user }}'
- name: Configure access to Docker Hub