Skip to content

Commit 06a689b

Browse files
committed
try to fix missing vars
1 parent b8d7ca7 commit 06a689b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

tests/travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
connection: local
44
vars:
55
DEBUG: true
6-
macos_homebrew:
7-
packages:
8-
- { name: "node" }
9-
casks:
10-
- { name: "google-chrome" }
6+
macos_homebrew: {
7+
packages: [
8+
{ name: "node" }
9+
]
10+
casks: [
11+
{ name: "google-chrome" }
12+
]
13+
}
1114
roles:
1215
- ansible-macos-homebrew

0 commit comments

Comments
 (0)