Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fixed task for restarting supervisor services
Bug: The "when" condition defined in "openwisp2_default_supervisor_restart" was not getting evaluated when the task was getting executed. Fix: Wrapped the "when" condition in Jinja delimiters ("{{ }}"), so it is evaluated at variable assignment.
- Loading branch information