mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
17 lines
373 B
Django/Jinja
17 lines
373 B
Django/Jinja
#jinja2: trim_blocks:False
|
|
# This file is generated by Ansible. Changes will be lost.
|
|
# Update templates under ansible/templates/
|
|
{% include 'crd.yml.j2' %}
|
|
|
|
{% include 'awxbackup_crd.yml.j2' %}
|
|
|
|
{% include 'awxrestore_crd.yml.j2' %}
|
|
|
|
{% include 'role.yml.j2' %}
|
|
|
|
{% include 'role_binding.yml.j2' %}
|
|
|
|
{% include 'service_account.yml.j2' %}
|
|
|
|
{% include 'operator.yml.j2' %}
|