Switch this command to a git_config module call

This commit is contained in:
Kevin Fenzi 2016-06-27 14:28:41 +00:00
parent 97f401af2c
commit f21a5f1991

View file

@ -65,11 +65,11 @@
tags:
- config
- name: set git variables for copr-service user
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
copy: src="httpd/dist-git/{{ item }}" dest="/etc/httpd/conf.d/dist-git/{{ item }}"