Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Renamed environment var to deploy_environment #287

Closed tucosaurus closed 6 years ago

tucosaurus commented 6 years ago

Why was this change necessary?

environment as a var name is restricted in ansible. http://docs.ansible.com/ansible/latest/playbooks_variables.html#magic-variables-and-how-to-access-information-about-other-hosts

How does it address the problem?

Renamed the environment var to deploy_environment

Are there any side effects?

No.