You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the nice project. I tried to provision and deploy an app with these playbooks. I ran into an error in the deploy.yml playbook, the variables used are not set in it.
I could easily fix it by adding
vars_files:
- app-vars.yml
analogously to the provision playbook.
I don't know if I made an error in the first place and this just fixed that, but if the vars are actually missing, I guess it would be a good idea to add the two lines to deploy.yml?
Best regards and Thanks!
The text was updated successfully, but these errors were encountered:
I think the issue is in provision.yml, the app-vars missed .yml:
-- app-vars
++ app-vars.yml
@fffx thank you. I had so many missing variable errors and cyclical loops that this simple edit fixed. Wonder why the repo doesn't add the .yml by default. Could it be that older Ansible versions worked well without the .yml extension?
Hi there,
thanks for the nice project. I tried to provision and deploy an app with these playbooks. I ran into an error in the
deploy.yml
playbook, the variables used are not set in it.I could easily fix it by adding
analogously to the provision playbook.
I don't know if I made an error in the first place and this just fixed that, but if the vars are actually missing, I guess it would be a good idea to add the two lines to
deploy.yml
?Best regards and Thanks!
The text was updated successfully, but these errors were encountered: