Skip to content

Commit a3bb09a

Browse files
committed
Update base.yml
1 parent 59a0ace commit a3bb09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name={{ host }}
1010
groups=dock
1111

12-
- hosts: "{{ host | default('docks') }}"
12+
- hosts: "{{ host }}"
1313
roles:
1414
- { role: package-dock, tags: [ dock, package ] }
1515
- { role: package-aws, tags: [ dock, package ] }

0 commit comments

Comments
 (0)