diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-12-18 00:50:29 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-12-18 00:50:29 +0000 |
| commit | 4ec8ff42641ba2356d5224a1f77e67cc8ddf2401 (patch) | |
| tree | 40743dc7d7821f55d9012ea084ad57ce9f977136 /roles/distgit/tasks | |
| parent | 609751fd8cf6208a3a63feddab4e4874556eb903 (diff) | |
| download | ansible-4ec8ff42641ba2356d5224a1f77e67cc8ddf2401.tar.gz ansible-4ec8ff42641ba2356d5224a1f77e67cc8ddf2401.tar.xz ansible-4ec8ff42641ba2356d5224a1f77e67cc8ddf2401.zip | |
Publish the full list of git repos
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/distgit/tasks')
| -rw-r--r-- | roles/distgit/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index a78d77683..e15d1bd2c 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -76,6 +76,11 @@ notify: - reload httpd +- name: Symlink pkgs-git-repos-list + copy: src=repolist.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/repolist.conf + notify: + - reload httpd + - name: install the pkgdb_sync_git_branches.py scripts template: src={{item}} dest=/usr/local/bin/{{item}} owner=root group=root mode=0755 with_items: |
