This commit is contained in:
Valentin Gologuzov 2015-07-23 13:43:13 +02:00
parent edd69388fc
commit a226798a30

View file

@ -60,7 +60,7 @@
- copy: src="dist-git.conf" dest="/etc/dist-git/dist-git.conf" mode=0644
- copy: src="ssh_config" dest="/home/copr-service/.ssh/config" owner=copr-service group=cdic mode=0600
- copy: src="ssh_config" dest="/home/copr-service/.ssh/config" owner=copr-service group=copr-service mode=0600
- lineinfile: dest=/etc/cgitrc regexp="^project-list=" line="project-list=/var/lib/dist-git/git/pkgs-git-repos-list"
- lineinfile: dest=/etc/cgitrc regexp="^scan-path=" line="scan-path=/var/lib/dist-git/git/rpms/"
@ -69,7 +69,6 @@
copy: src="systemd/copr_distgit_updater.service" dest="/etc/systemd/system/"
- command: "systemctl daemon-reload"
- command: "/usr/share/dist-git/dist_git_sync.sh"
- name: ensure that services are enabled and started