faf: we need to use old attribute name
This commit is contained in:
parent
f2b186674c
commit
9f297bb52a
1 changed files with 7 additions and 7 deletions
|
@ -14,49 +14,49 @@
|
|||
|
||||
- name: configure ADMINS
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'ADMINS ='
|
||||
line: ' ADMINS = "infrastructure@lists.fedoraproject.org"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_FAF
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_FAF ='
|
||||
line: ' MORE_FAF = "https://github.com/abrt/faf/"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_RS
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_RS ='
|
||||
line: ' MORE_RS = "https://github.com/abrt/retrace-server"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_ABRT
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_ABRT ='
|
||||
line: ' MORE_ABRT = "https://github.com/abrt/abrt/"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_GABRT
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_GABRT ='
|
||||
line: ' MORE_GABRT = "https://github.com/abrt/gnome-abrt/"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_LR
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_LR ='
|
||||
line: ' MORE_LR = "https://github.com/abrt/libreport/"'
|
||||
notify: restart httpd
|
||||
|
||||
- name: configure MORE_SATYR
|
||||
lineinfile:
|
||||
path: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
dest: /usr/lib/python2.7/site-packages/abrt-server-info-page/config.py
|
||||
regexp: 'MORE_SATYR ='
|
||||
line: ' MORE_SATYR = "https://github.com/abrt/satyr/"'
|
||||
notify: restart httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue