copr and ipsilon - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
0a080ac582
commit
5bdfe4b1e5
8 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
user: fedora
|
||||
|
||||
vars_files:
|
||||
- vars.yml
|
||||
- vars.yml.j2
|
||||
- aws_cloud_vars.yml
|
||||
|
||||
vars:
|
||||
|
|
|
@ -165,8 +165,8 @@
|
|||
owner: resalloc
|
||||
group: resalloc
|
||||
with_items:
|
||||
- server.yaml
|
||||
- pools.yaml
|
||||
- server.yaml.j2
|
||||
- pools.yaml.j2
|
||||
tags:
|
||||
- provision_config
|
||||
- resalloc_config
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"
|
||||
dest: "{{ provision_directory }}/{{ item }}"
|
||||
with_items:
|
||||
- aws_cloud_vars.yml
|
||||
- aws_cloud_vars.yml.j2
|
||||
tags:
|
||||
- provision_config
|
||||
when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue