diff --git a/playbook.yml b/playbook.yml index bd23c08..8fae0e3 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,7 +1,7 @@ --- - name: Initial installation of WSL arch hosts: localhost - tasks: + pre_tasks: - name: test copy: content: Hello World @@ -36,10 +36,23 @@ comment: Tobias Maier groups: wheel + - name: Add name to git config + community.general.git_config: + name: user.name + scope: global + value: Tobias Maier + + - name: Add email to git config + community.general.git_config: + name: user.email + scope: global + value: git@maiertobi.de + + roles: - role: gantsign.antigen users: - - username: example + - username: tobi antigen_libraries: - name: oh-my-zsh antigen_theme: