Skip to content

playbook: Use correctly roles/vars

The previous usage lead to impossilibity of overriding variables defined in role, because they were included forcibly in the tasks for standalone-shared.

By using default Ansible apporach to role vars, they can be overriden on playbook basis.

Merge request reports