Rename and adjust the playbook to run pkgdb_sync_git_branches.py
This commit is contained in:
parent
34799ff1e9
commit
b924eae2ce
1 changed files with 16 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue