From 29a9fc1ec6782f4dd2b000a717f7dba2913aace9 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 20 Nov 2025 20:52:27 +0100 Subject: [PATCH] too much quotes --- roles/pips/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pips/tasks/main.yml b/roles/pips/tasks/main.yml index 880bcee..d89c1b3 100644 --- a/roles/pips/tasks/main.yml +++ b/roles/pips/tasks/main.yml @@ -10,7 +10,7 @@ - name: Ensure /opt/app directory exists file: - path: "{{ app_dir.stat.path }}"" + path: "{{ app_dir.stat.path }}" state: directory owner: root group: root