Skip to content

Commit

Permalink
git: Enable fastforward.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Nov 27, 2024
1 parent 705a45d commit f86e111
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/git/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
scope: global
value: true

- name: "Git | Set pull.ff"
community.general.git_config:
name: pull.ff
scope: global
value: only

- name: "Git | Set pull.rebase"
community.general.git_config:
name: pull.rebase
Expand Down

0 comments on commit f86e111

Please sign in to comment.