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:
Sorin Sbarnea 2020-05-28 19:11:28 +01:00
parent 40e6f47ac1
commit b5408ca3fc
3 changed files with 6 additions and 6 deletions

View File

@ -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