From b647643db731d02325558d9e67111c42c9367acc Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 30 Mar 2019 19:12:54 -0400 Subject: [PATCH] Copy over YAML policy files There are some projects (such as Octavia) that ship YAML policy files such as Octavia so this patch copies them as well. Change-Id: Ic78d130bb3899720f619d8a78155c7b36807a07c --- tasks/horizon_install_source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/horizon_install_source.yml b/tasks/horizon_install_source.yml index a9061c0e..7bd8c2d6 100644 --- a/tasks/horizon_install_source.yml +++ b/tasks/horizon_install_source.yml @@ -125,7 +125,7 @@ {% endfor %} {% endfor %} {{ policy_path }} - patterns: ["^.*_policy.json$"] + patterns: ["^.*_policy.(json|yaml)$"] file_type: file use_regex: yes register: found_policy