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 - config
- undercloud - undercloud
- name: Copy files to ~/stack/templates/ - name: Copy templates to ~/stack/
copy: src={{item}} dest=/home/stack/templates/{{item}} owner=stack group=stack mode=0644 template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
with_items: with_items:
- cinder-dellps-config.yaml - templates/cinder-dellps-config.yaml
- environment-rhel-registration.yaml - templates/environment-rhel-registration.yaml
tags: tags:
- config - config
- undercloud - undercloud