Hi all, I would like to update the appowners for Greenwave and Bodhi in Openshift but I don't want to restart the services so following is a Patch to add an ansible tag to only update the appowners. diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index 0e0ccae4c..e5b7f37ed 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -18,6 +18,8 @@ appowners: - bowlofeggs - cverna + tags: + - apply-appowners - role: openshift/keytab app: bodhi key: koji-keytab diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index ce86f6951..0f96fb9c7 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -20,6 +20,8 @@ - lholecek - ralph - cverna + tags: + - apply-appowners - role: openshift/secret-file app: greenwave secret_name: greenwave-fedmsg-key -- +1s ? Thanks _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx