typo
This commit is contained in:
parent
edd69388fc
commit
a226798a30
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue