Switch this command to a git_config module call
This commit is contained in:
parent
97f401af2c
commit
f21a5f1991
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
||||||
- name: set git variables for copr-service user
|
- name: set git variables for copr-service user
|
||||||
copy: src=".gitconfig" dest="/home/copr-service/.gitconfig"
|
copy: src=".gitconfig" dest="/home/copr-service/.gitconfig"
|
||||||
|
|
||||||
- command: 'git config --global user.name "Copr dist git"'
|
- name: set git config username
|
||||||
|
git_config: name=user.name scope=global value="Copr dist git"
|
||||||
|
|
||||||
- name: install httpd config to serve lookaside and smart-git
|
- name: install httpd config to serve lookaside and smart-git
|
||||||
copy: src="httpd/dist-git/{{ item }}" dest="/etc/httpd/conf.d/dist-git/{{ item }}"
|
copy: src="httpd/dist-git/{{ item }}" dest="/etc/httpd/conf.d/dist-git/{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue