Skip to content

Commit

Permalink
Update dir_bcast.yml (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
crzas authored and prsunny committed Jun 21, 2019
1 parent 7bdf65b commit 542ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/dir_bcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
when: testbed_type is not defined

- fail: msg="testbed_type {{testbed_type}} is invalid."
when: testbed_type not in ['t0', 't0-64', 't0-116']
when: testbed_type not in ['t0', 't0-64', 't0-64-32', 't0-116']

- include_vars: "vars/topo_{{testbed_type}}.yml"

Expand Down

0 comments on commit 542ed92

Please sign in to comment.