Skip to content

Commit 4ede319

Browse files
committed
fix git configg
1 parent 90490c7 commit 4ede319

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

default.config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ homebrew_cask_accept_external_apps: true
99

1010
# Development setup configuration.
1111
configure_development_setup: true
12-
git_user_name: "" # Set your git user name here
1312
przm_repo: https://github.com/goprzm/przm.git
1413
przm_repo_version: master
1514
open_vscode_after_clone: true

main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
hosts: all
44

55
vars_prompt:
6+
- name: git_user_name
7+
prompt: "Enter your full name"
8+
private: false
9+
610
- name: work_email
7-
prompt: "Enter your work email (@goprzm.com)"
11+
prompt: "Enter your work email"
812
private: false
913

1014
vars_files:

tasks/development-setup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
name: user.name
1717
scope: global
1818
value: "{{ git_user_name }}"
19-
when: git_user_name is defined and git_user_name | length > 0
2019

2120
- name: Check GitHub CLI authentication status.
2221
command: gh auth status

0 commit comments

Comments
 (0)