Fueled / django-init

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

fix(provisioner/roles/redis): Update ansible state from installed to present #332

Closed CuriousLearner closed 5 years ago

CuriousLearner commented 5 years ago

Why was this change necessary?

Avoid deprecation warning for installed state.

[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' instead. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

How does it address the problem?

Updates state installed to present for ansible task.

Are there any side effects?

None.

saurabh-fueled commented 5 years ago

Thanks @sanyam-fueled