too many quotes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user