will ansible not let me do ./templates/templates/?
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
ffc184ff71
commit
51ccb150d1
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue