adding configure git role

master
chatton 2 years ago
parent 1f2ff187a1
commit b193f40708

@ -24,3 +24,13 @@
name: user.email
scope: global
value: github.qpeyb@simplelogin.fr
- name: Insert/Update "Match User" configuration block in /etc/ssh/sshd_config prepending and appending a new line
ansible.builtin.blockinfile:
path: ~/.gitconfig
append_newline: true
prepend_newline: true
block: |
[url "ssh://git@github.com/"]
insteadOf = https://github.com/

Loading…
Cancel
Save