Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Maier
f063df241f added git config system-wide so its not limited to the root user 2021-11-11 11:39:38 +01:00
Tobias Maier
c311f40249 removed temporary file which was just for testing and commited to git on accident 2021-11-11 11:36:36 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -35,13 +35,13 @@
- name: Add name to git config
community.general.git_config:
name: user.name
scope: global
scope: system
value: Tobias Maier
- name: Add email to git config
community.general.git_config:
name: user.email
scope: global
scope: system
value: git@maiertobi.de
- name: Create the `aur_builder` user

View File

@@ -1 +0,0 @@
Hello World