On Tuesday, 14 November 2017 19.14.08 CET Ivo Jimenez wrote:
> Thanks for the suggestion. The problem is that I have other tasks (like
> local_action) that are not compatible with 'strategy: free'
To my knowledge strategy free and local_action is not a problem, do mean that you task is not compatible?
If so you are pretty much out of luck since strategy linear work by running all task on all host before advancing to the next.
One thing could be to split the play in three.
One play with linear, one with free that only run that particular task, and then the last play with linear again.
--
Kai Stian Olstad