- hosts: all gather_facts: True vars_files: - 'defaults/main.yml' tasks: - debug: msg: "Owner: {{ pyenv_owner }}" - include: 'tasks/main.yml'