From ff96161c07c8a337b1f773dda8a6b6d92983bc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 26 Jun 2026 23:54:37 +0200 Subject: [PATCH] Create the project first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/jira-sync.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/openshift-apps/jira-sync.yml b/playbooks/openshift-apps/jira-sync.yml index 571249af20..19560a03ec 100644 --- a/playbooks/openshift-apps/jira-sync.yml +++ b/playbooks/openshift-apps/jira-sync.yml @@ -16,6 +16,15 @@ roles: + - role: openshift/project + project_app: jira-sync + project_description: "Sync various sources to JIRA project" + project_appowners: + - zlopez + - abompard + tags: + - apply-appowners + # Fedora Messaging - role: rabbit/queue queue_username: jira-sync{{ env_suffix }} @@ -42,15 +51,6 @@ secret_file_privatefile: "rabbitmq/{{env}}/pki/private/jira-sync{{env_suffix}}.key" # Openshift - - role: openshift/project - project_app: jira-sync - project_description: "Sync various sources to JIRA project" - project_appowners: - - zlopez - - abompard - tags: - - apply-appowners - - role: openshift/object object_app: jira-sync object_file: imagestream.yml