mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Rename and adjust the playbook to run pkgdb_sync_git_branches.py
This commit is contained in:
16
playbooks/run_pkgdb_sync_git.yml
Normal file
16
playbooks/run_pkgdb_sync_git.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Run `pkgdb2branch` on
|
||||
#
|
||||
#To update from testing, adjust as follow:
|
||||
# --extra-vars="package='pkg1;pkg2;pkg3'"
|
||||
|
||||
|
||||
- name: run pkgdb_sync_git_branches.py
|
||||
hosts: pkgs01.phx2.fedoraproject.org
|
||||
user: root
|
||||
serial: 25
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- name: call pkgdb_sync_git_branches.py
|
||||
command: /usr/local/bin/pkgdb_sync_git_branches.py
|
||||
|
||||
Reference in New Issue
Block a user