fixed antigen install and added git config
This commit is contained in:
17
playbook.yml
17
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:
|
||||
|
||||
Reference in New Issue
Block a user