[copr] fixing path to provision files
This commit is contained in:
parent
b77ed47a7c
commit
defdfb96d9
1 changed files with 9 additions and 9 deletions
|
@ -106,10 +106,17 @@
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
||||||
|
- name: put provisioning files
|
||||||
|
# synchronize doesn't work at lockbox due to some rsync/scp error, todo: revert when resolved
|
||||||
|
# synchronize: src="provision/files/" dest="/home/copr/provision/files/"
|
||||||
|
copy: src="provision" dest="/home/copr/"
|
||||||
|
tags:
|
||||||
|
- provision_config
|
||||||
|
|
||||||
- name: put some files into the provision subdir
|
- name: put some files into the provision subdir
|
||||||
template: src="{{ item }}" dest="/home/copr/provision/{{ item }}"
|
template: src="provision/{{ item }}" dest="/home/copr/provision/{{ item }}"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- templates/provision/*.yml
|
- provision/*.yml
|
||||||
#with_items:
|
#with_items:
|
||||||
#- inventory
|
#- inventory
|
||||||
#- builderpb.yml
|
#- builderpb.yml
|
||||||
|
@ -117,13 +124,6 @@
|
||||||
tags:
|
tags:
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
||||||
- name: put provisioning files
|
|
||||||
# synchronize doesn't work at lockbox due to some rsync/scp error, todo: revert when resolved
|
|
||||||
# synchronize: src="provision/files/" dest="/home/copr/provision/files/"
|
|
||||||
copy: src="provision/files" dest="/home/copr/provision/files"
|
|
||||||
tags:
|
|
||||||
- provision_config
|
|
||||||
|
|
||||||
- name: testing fixture
|
- name: testing fixture
|
||||||
file: path="/home/copr/cloud/ec2rc.variable" state="touch"
|
file: path="/home/copr/cloud/ec2rc.variable" state="touch"
|
||||||
when: devel
|
when: devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue