Rename failed (pebkac), so remove old playbook

This commit is contained in:
Pierre-Yves Chibon 2014-08-28 18:00:00 +02:00
parent b924eae2ce
commit d494be610c

View file

@ -1,16 +0,0 @@
# Run `pkgdb2branch` on
#
#To update from testing, adjust as follow:
# --extra-vars="package='pkg1;pkg2;pkg3'"
- 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 | join(" ") }}