will ansible not let me do ./templates/templates/?

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

View file

@ -43,8 +43,8 @@
- name: Copy templates to ~/stack/
template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
with_items:
- templates/cinder-dellps-config.yaml
- templates/environment-rhel-registration.yaml
- cinder-dellps-config.yaml
- environment-rhel-registration.yaml
tags:
- config
- undercloud