From a1d69b1300e16599c113b88ad64ea2292ef7f422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Tue, 9 Feb 2021 11:20:48 +0100 Subject: [PATCH] fix: rename subapp.cfg template to what it's called on the target system --- tasks/install_subapp.yml | 2 +- templates/{.subapp.cfg.j2 => subapp.cfg.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{.subapp.cfg.j2 => subapp.cfg.j2} (100%) diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml index 1da4e8e..1b5a968 100644 --- a/tasks/install_subapp.yml +++ b/tasks/install_subapp.yml @@ -89,7 +89,7 @@ tags: [subapp] - name: write new SubApp config file template: - src: ".subapp.cfg.j2" + src: "subapp.cfg.j2" dest: "{{ vault_subapp_vars.files.subapp.path }}" owner: "{{ vault_subapp_vars.files.subapp.owner }}" group: "{{ vault_subapp_vars.files.subapp.group }}" diff --git a/templates/.subapp.cfg.j2 b/templates/subapp.cfg.j2 similarity index 100% rename from templates/.subapp.cfg.j2 rename to templates/subapp.cfg.j2 -- GitLab