We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e56d3 commit fb6bfbeCopy full SHA for fb6bfbe
ansible/playbook.yaml
@@ -4,7 +4,7 @@
4
become: yes
5
6
vars:
7
- is_local: "{{ target == 'localhost' }}"
+ is_local: "{{ (target | default('webserver')) == 'localhost' }}"
8
9
roles:
10
- role: docker
0 commit comments