debug the app dir

This commit is contained in:
2025-11-21 16:56:25 +01:00
parent 014807ab00
commit 0c9f9eabd2
2 changed files with 17 additions and 3 deletions
+4
View File
@@ -4,6 +4,10 @@
path: /opt/ansible_workdir
register: app_dir
-name: Debug app_dir result
debug:
msg: "{{ app_dir }} is the place to be"
- name: Debug app_dir result
debug:
var: app_dir.stat.exists