mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
releng: create a playbook to manage koji tags in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
51a8630dec
commit
d3d384fd33
21
playbooks/manual/releng/koji-release-tags.yml
Normal file
21
playbooks/manual/releng/koji-release-tags.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: Create the release tags in koji.
|
||||
hosts: composer.stg.phx2.fedoraproject.org
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: create the main koji tag
|
||||
koji_tag:
|
||||
koji: stg
|
||||
name: f33
|
||||
state: present
|
||||
perm: admin
|
||||
- name: create the updates tag
|
||||
koji_tag:
|
||||
koji: stg
|
||||
name: f33-updates
|
||||
state: present
|
||||
perm: admin
|
||||
inheritance:
|
||||
- parent: f33
|
||||
priority: 0
|
||||
Reference in New Issue
Block a user