[copr][dist-git] make sure that cgitrc doesn't have cache-size

This commit is contained in:
Valentin Gologuzov 2015-08-11 16:06:25 +02:00
parent ce2e75b630
commit fde133456a

View file

@ -66,6 +66,7 @@
- copy: src="ssh_config" dest="/home/copr-service/.ssh/config" owner=copr-service group=copr-service mode=0600
- lineinfile: dest=/etc/cgitrc state=absent regexp="^cache-size"
- lineinfile: dest=/etc/cgitrc regexp="^project-list=" line="project-list=/var/lib/copr-dist-git/cgit_pkg_list"
- lineinfile: dest=/etc/cgitrc regexp="^scan-path=" line="scan-path=/var/lib/dist-git/git/rpms"