test-playbooks: improved syntax
- added space around jinja variables - use "name" argument on include_role, instead of undocumented role Change-Id: I0984ca391667ace24705b20dd60eddd90e3a281e
This commit is contained in:
parent
40e6f47ac1
commit
b5408ca3fc
@ -9,7 +9,7 @@
|
||||
# run use-buildset-registry.
|
||||
- name: Run the fake buildset registry
|
||||
include_role:
|
||||
role: run-buildset-registry
|
||||
name: run-buildset-registry
|
||||
vars:
|
||||
buildset_registry_root: "{{ ansible_user_dir }}/fake_buildset_registry"
|
||||
buildset_registry_port: 9000
|
||||
|
Loading…
Reference in New Issue
Block a user