docsbuilding: add another tag to the appowners task
This just increase a little bit the consistency in the tags used with other playbooks. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c5b3a2ded9
commit
3f8d95a0eb
1 changed files with 7 additions and 0 deletions
|
@ -21,28 +21,35 @@
|
||||||
- pbokoc
|
- pbokoc
|
||||||
tags:
|
tags:
|
||||||
- apply-appowners
|
- apply-appowners
|
||||||
|
- appowners
|
||||||
|
|
||||||
- role: openshift/imagestream
|
- role: openshift/imagestream
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
imagename: builder
|
imagename: builder
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
objectname: buildconfig.yml
|
objectname: buildconfig.yml
|
||||||
template: buildconfig.yml
|
template: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
buildname: builder-build
|
buildname: builder-build
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
template: cron.yml
|
template: cron.yml
|
||||||
objectname: cron.yml
|
objectname: cron.yml
|
||||||
tags:
|
tags:
|
||||||
- deploy-cronjob
|
- deploy-cronjob
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
template: cron-translated.yml
|
template: cron-translated.yml
|
||||||
objectname: cron-translated.yml
|
objectname: cron-translated.yml
|
||||||
tags:
|
tags:
|
||||||
- deploy-cronjob
|
- deploy-cronjob
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: docsbuilding
|
app: docsbuilding
|
||||||
file: pvc.yml
|
file: pvc.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue