beacon-node-builds: use the git_config resource
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3eacfc36c7
commit
afd230007f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue