We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a0ace commit a3bb09aCopy full SHA for a3bb09a
1 file changed
ansible/base.yml
@@ -9,7 +9,7 @@
9
name={{ host }}
10
groups=dock
11
12
-- hosts: "{{ host | default('docks') }}"
+- hosts: "{{ host }}"
13
roles:
14
- { role: package-dock, tags: [ dock, package ] }
15
- { role: package-aws, tags: [ dock, package ] }
0 commit comments