fixed antigen install and added git config

This commit is contained in:
Tobias Maier
2021-10-21 09:15:22 +02:00
parent 8a7f76788f
commit eb895dc8e2

View File

@@ -1,7 +1,7 @@
--- ---
- name: Initial installation of WSL arch - name: Initial installation of WSL arch
hosts: localhost hosts: localhost
tasks: pre_tasks:
- name: test - name: test
copy: copy:
content: Hello World content: Hello World
@@ -36,10 +36,23 @@
comment: Tobias Maier comment: Tobias Maier
groups: wheel 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: roles:
- role: gantsign.antigen - role: gantsign.antigen
users: users:
- username: example - username: tobi
antigen_libraries: antigen_libraries:
- name: oh-my-zsh - name: oh-my-zsh
antigen_theme: antigen_theme: