From 51ccb150d15de4b75102102461646fad676fe9b2 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Wed, 21 Nov 2018 03:49:03 +0000 Subject: [PATCH] will ansible not let me do ./templates/templates/? Signed-off-by: Rick Elrod --- roles/undercloud/tasks/main.yml | 4 ++-- .../templates/{templates => }/cinder-dellps-config.yaml | 0 .../{templates => }/environment-rhel-registration.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename roles/undercloud/templates/{templates => }/cinder-dellps-config.yaml (100%) rename roles/undercloud/templates/{templates => }/environment-rhel-registration.yaml (100%) diff --git a/roles/undercloud/tasks/main.yml b/roles/undercloud/tasks/main.yml index 26550b841a..64d862da5b 100644 --- a/roles/undercloud/tasks/main.yml +++ b/roles/undercloud/tasks/main.yml @@ -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 diff --git a/roles/undercloud/templates/templates/cinder-dellps-config.yaml b/roles/undercloud/templates/cinder-dellps-config.yaml similarity index 100% rename from roles/undercloud/templates/templates/cinder-dellps-config.yaml rename to roles/undercloud/templates/cinder-dellps-config.yaml diff --git a/roles/undercloud/templates/templates/environment-rhel-registration.yaml b/roles/undercloud/templates/environment-rhel-registration.yaml similarity index 100% rename from roles/undercloud/templates/templates/environment-rhel-registration.yaml rename to roles/undercloud/templates/environment-rhel-registration.yaml