--- - hosts: all become: true vars_files: - vars.yml roles: - common
---
- hosts: all
become: true
vars_files:
- vars.yml
roles:
- common