copr: restart copr-dist-git service when config change
This commit is contained in:
parent
ddd1937828
commit
25b43d9a38
2 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
- name: reload httpd
|
||||
service: name="httpd" state="restarted"
|
||||
|
||||
- name: restart copr-dist-git
|
||||
service: name="copr-dist-git" state="restarted"
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
tags:
|
||||
- config
|
||||
- copr_infrastructure_password
|
||||
notify:
|
||||
- restart copr-dist-git
|
||||
|
||||
- name: set git variables for copr-dist-git user
|
||||
copy: src=".gitconfig" dest="/home/copr-dist-git/.gitconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue