faf: we need to use old attribute name

This commit is contained in:
Miroslav Suchý 2017-04-12 14:20:07 +02:00
parent f2b186674c
commit 9f297bb52a

View file

@ -14,49 +14,49 @@
- name: configure ADMINS - name: configure ADMINS
lineinfile: 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 =' regexp: 'ADMINS ='
line: ' ADMINS = "infrastructure@lists.fedoraproject.org"' line: ' ADMINS = "infrastructure@lists.fedoraproject.org"'
notify: restart httpd notify: restart httpd
- name: configure MORE_FAF - name: configure MORE_FAF
lineinfile: 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 =' regexp: 'MORE_FAF ='
line: ' MORE_FAF = "https://github.com/abrt/faf/"' line: ' MORE_FAF = "https://github.com/abrt/faf/"'
notify: restart httpd notify: restart httpd
- name: configure MORE_RS - name: configure MORE_RS
lineinfile: 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 =' regexp: 'MORE_RS ='
line: ' MORE_RS = "https://github.com/abrt/retrace-server"' line: ' MORE_RS = "https://github.com/abrt/retrace-server"'
notify: restart httpd notify: restart httpd
- name: configure MORE_ABRT - name: configure MORE_ABRT
lineinfile: 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 =' regexp: 'MORE_ABRT ='
line: ' MORE_ABRT = "https://github.com/abrt/abrt/"' line: ' MORE_ABRT = "https://github.com/abrt/abrt/"'
notify: restart httpd notify: restart httpd
- name: configure MORE_GABRT - name: configure MORE_GABRT
lineinfile: 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 =' regexp: 'MORE_GABRT ='
line: ' MORE_GABRT = "https://github.com/abrt/gnome-abrt/"' line: ' MORE_GABRT = "https://github.com/abrt/gnome-abrt/"'
notify: restart httpd notify: restart httpd
- name: configure MORE_LR - name: configure MORE_LR
lineinfile: 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 =' regexp: 'MORE_LR ='
line: ' MORE_LR = "https://github.com/abrt/libreport/"' line: ' MORE_LR = "https://github.com/abrt/libreport/"'
notify: restart httpd notify: restart httpd
- name: configure MORE_SATYR - name: configure MORE_SATYR
lineinfile: 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 =' regexp: 'MORE_SATYR ='
line: ' MORE_SATYR = "https://github.com/abrt/satyr/"' line: ' MORE_SATYR = "https://github.com/abrt/satyr/"'
notify: restart httpd notify: restart httpd