too many quotes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Example: Check if /opt/app exists on remote hosts
|
# Example: Check if /opt/app exists on remote hosts
|
||||||
- name: Check if /opt/app directory exists
|
- name: Check if /opt/app directory exists
|
||||||
stat:
|
stat:
|
||||||
path: "{{ ansible_workdir }}""
|
path: "{{ ansible_workdir }}"
|
||||||
register: app_dir
|
register: app_dir
|
||||||
|
|
||||||
- name: Debug app_dir result
|
- name: Debug app_dir result
|
||||||
|
|||||||
Reference in New Issue
Block a user