make this use template instead

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-11-21 02:19:03 +00:00
parent dcc9e26eb2
commit ffc184ff71
3 changed files with 4 additions and 4 deletions

View file

@ -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