You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
923 B

- name: Git personal setup email
git_config:
name: user.email
scope: global
value: "nils.gerstner@replyto.se"
tags:
- install
- productivity
- git-personal
- name: Git personal setup name
git_config:
name: user.name
scope: global
value: "ThePrimeagen"
tags:
- install
- productivity
- git-personal
- name: Git Rustin
git_config:
name: user.email
scope: global
value: "rustin.deeznuts@gmail.com"
tags:
- install
- productivity
- git-rustin
- name: Git personal setup name
git_config:
name: user.name
scope: global
value: "RustLover69"
tags:
- install
- productivity
- git-rustin
- name: Netflix
git_config:
name: user.email
scope: global
value: "mpaulson@netflix.com"
tags:
- git-netflix
- name: Git personal setup name
git_config:
name: user.name
scope: global
value: "mpaulson"
tags:
- git-netflix