From ef57546afe60988dd5782c5a3e45b6105a85a779 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 23 Nov 2020 16:25:51 +0600 Subject: [PATCH] modify file path error --- roles/sapp/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sapp/tasks/main.yml b/roles/sapp/tasks/main.yml index 161d8a6..09bc5d2 100644 --- a/roles/sapp/tasks/main.yml +++ b/roles/sapp/tasks/main.yml @@ -54,7 +54,7 @@ - name: Template the sapp_tmpfile.conf template: - src: "{{ role_path }}/files/sapp_tmpfile.conf.j2" + src: "{{ role_path }}/templates/sapp_tmpfile.conf.j2" dest: /etc/tmpfiles.d/sapp_tmpfile.conf tags: template