make this use template instead
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
dcc9e26eb2
commit
ffc184ff71
3 changed files with 4 additions and 4 deletions
|
@ -40,11 +40,11 @@
|
|||
- config
|
||||
- undercloud
|
||||
|
||||
- name: Copy files to ~/stack/templates/
|
||||
copy: src={{item}} dest=/home/stack/templates/{{item}} owner=stack group=stack mode=0644
|
||||
- name: Copy templates to ~/stack/
|
||||
template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
|
||||
with_items:
|
||||
- cinder-dellps-config.yaml
|
||||
- environment-rhel-registration.yaml
|
||||
- templates/cinder-dellps-config.yaml
|
||||
- templates/environment-rhel-registration.yaml
|
||||
tags:
|
||||
- config
|
||||
- undercloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue