Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
infrastructure
Commits
ac349234
Verified
Commit
ac349234
authored
Jul 07, 2021
by
Evangelos Foutras
🐱
Browse files
svntogit: Fix setting git user name and email
parent
9f7b6729
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/tasks/main.yml
View file @
ac349234
...
...
@@ -217,7 +217,7 @@
user
:
name=svntogit shell=/sbin/nologin home=/srv/svntogit generate_ssh_key=yes ssh_key_bits=4096
-
name
:
configure svntogit git user name
command
:
git config --global user.name
= '
svntogit
'
command
:
git config --global user.name svntogit
become
:
true
become_user
:
svntogit
register
:
git_config_username
...
...
@@ -226,7 +226,7 @@
-
skip_ansible_lint
-
name
:
configure svntogit git user email
command
:
git config --global user.
name = '
svntogit@repos.archlinux.org
'
command
:
git config --global user.
email
svntogit@repos.archlinux.org
become
:
true
become_user
:
svntogit
register
:
git_config_email
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment