Skip to content

Commit c4558df

Browse files
committed
Fix wrong usage of host_var
1 parent 2c49a01 commit c4558df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/4-roles/roles/myapp/tasks/debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
- name: deploy our awesome app - image.jpg
1313
copy:
14-
src: "{{ app_config.image }}"
15-
dest: "/var/www/html/{{ app_config.image }}"
14+
src: "{{ config.image }}"
15+
dest: "/var/www/html/{{ config.image }}"
1616

0 commit comments

Comments
 (0)