mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
Rename failed (pebkac), so remove old playbook
This commit is contained in:
@@ -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(" ") }}
|
||||
|
||||
Reference in New Issue
Block a user