Compare commits

..
2 Commits
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -35,13 +35,13 @@
- name: Add name to git config - name: Add name to git config
community.general.git_config: community.general.git_config:
name: user.name name: user.name
scope: global scope: system
value: Tobias Maier value: Tobias Maier
- name: Add email to git config - name: Add email to git config
community.general.git_config: community.general.git_config:
name: user.email name: user.email
scope: global scope: system
value: git@maiertobi.de value: git@maiertobi.de
- name: Create the `aur_builder` user - name: Create the `aur_builder` user
-1
View File
@@ -1 +0,0 @@
Hello World