diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 1349628cec..fae6155b01 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -54,7 +54,7 @@ notify: - restart httpd - name: install the pkgdb_sync_git_branches.py scripts +- 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: - pkgdb_sync_git_branches.py