vars_files is not supported for included playbooks as of Ansible 2.3
You may opt to use extra variables file:
ansible-playbook -e @secrets/example.com.yml env_demo.yml
Or use group variables file for all group – place your encrypted file into ./group_vars/all/example.com.yml.