fixt quotes in line 13 of main.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user