mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
9 lines
303 B
YAML
9 lines
303 B
YAML
---
|
|
- name: Imagestream-{{imagestream_imagename}}.yml
|
|
include_role:
|
|
name: openshift/object
|
|
vars:
|
|
object_app: "{{imagestream_app}}"
|
|
object_objectname: imagestream-{{imagestream_imagename}}.yml
|
|
object_template_fullpath: "{{roles_path}}/openshift/imagestream/templates/imagestream.yml"
|