Add playbook to run pkgdb2branch on pkgs01

This commit is contained in:
Pierre-Yves Chibon 2014-08-22 16:16:34 +02:00
parent dce2f3f240
commit 6fa000be7f

View file

@ -0,0 +1,16 @@
# Run `pkgdb2branch` on
#
#To update from testing, adjust as follow:
# --extra-vars="package=<pkg>"
- name: run pkgdb2branch for the specified packages
hosts: pkgs01.phx2.fedoraproject.org
user: root
serial: 25
gather_facts: False
tasks:
- name: call pkgdb2branch.py on {{ package }}
command: /usr/local/bin/pkgdb2branch.py {{ package }}