too many quotes

This commit is contained in:
2025-11-21 17:05:05 +01:00
parent 0f6117a004
commit 620fd6d80e
+1 -1
View File
@@ -1,7 +1,7 @@
# Example: Check if /opt/app exists on remote hosts
- name: Check if /opt/app directory exists
stat:
path: "{{ ansible_workdir }}""
path: "{{ ansible_workdir }}"
register: app_dir
- name: Debug app_dir result