Skip to content

Commit fb6bfbe

Browse files
author
Kroner
committed
fix playbook
1 parent 09e56d3 commit fb6bfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/playbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
become: yes
55

66
vars:
7-
is_local: "{{ target == 'localhost' }}"
7+
is_local: "{{ (target | default('webserver')) == 'localhost' }}"
88

99
roles:
1010
- role: docker

0 commit comments

Comments
 (0)