copr-hv/copr-be: templates dir, not files
This commit is contained in:
parent
6705180ba0
commit
bac778eb7c
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- name: resalloc, generate vars files
|
- name: resalloc, generate vars files
|
||||||
template:
|
template:
|
||||||
src: "{{ roles_path }}/copr/backend/files/provision/{{ item }}"
|
src: "{{ roles_path }}/copr/backend/templates/provision/{{ item }}"
|
||||||
dest: "{{ provision_directory }}/{{ item }}"
|
dest: "{{ provision_directory }}/{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- vars.yml
|
- vars.yml
|
||||||
|
@ -27,14 +27,14 @@
|
||||||
|
|
||||||
- name: resalloc, rpmbuild config
|
- name: resalloc, rpmbuild config
|
||||||
template:
|
template:
|
||||||
src: "{{ roles_path }}/copr/backend/files/provision/copr-rpmbuild/main.ini.j2"
|
src: "{{ roles_path }}/copr/backend/templates/provision/copr-rpmbuild/main.ini.j2"
|
||||||
dest: "{{ provision_directory }}/files/main.ini"
|
dest: "{{ provision_directory }}/files/main.ini"
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
||||||
- name: resalloc, rpkg config
|
- name: resalloc, rpkg config
|
||||||
template:
|
template:
|
||||||
src: "{{ roles_path }}/copr/backend/files/provision/rpkg.conf.j2"
|
src: "{{ roles_path }}/copr/backend/templates/provision/rpkg.conf.j2"
|
||||||
dest: "{{ provision_directory }}/files/rpkg.conf"
|
dest: "{{ provision_directory }}/files/rpkg.conf"
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue