In my local.yml I’m able to run the playbook and reference variables within group_vars/all however I’m not able to access variables within group_vars/phl-stage. Let’s assume the following.
ansible-playbook -i phl-stage site.yml
I have a variable, let’s call it “deploy_path” that’s different for each environment. I place the variable within group_vars/. If I include the file (group_vars/phl-stage) within “vars_files” it works but I would’ve thought the group file would be automatically loaded?