retrace: add url for faf
This commit is contained in:
parent
e77a035915
commit
37b0794bac
1 changed files with 7 additions and 0 deletions
|
@ -95,3 +95,10 @@
|
|||
regexp: 'MORE_SATYR ='
|
||||
line: ' MORE_SATYR = "https://github.com/abrt/satyr/"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure URL_FOR_FAF
|
||||
lineinfile:
|
||||
dest: /usr/lib/python3.6/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'URL_FOR_FAF ='
|
||||
line: ' URL_FOR_FAF = "https://{{ faf_server_name }}"'
|
||||
notify: restart httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue