deploy_helper and parallel execution

Hi,

im using an instance of deploy helper. This creates a subdirectory with a timestamp and then creates a link to this subdirectory.

I have seen cases where this link is created to a target which does not exists - only when I execute a script executing to two servers in parallel. It seems like there is no link per server but just one variable.

The obvious solution whould be to execute the scripts in serial format.

Is there another way I could use deploy_helper with two servers in parallel ? I would like to set the timestamp just once for both servers - that would solve my issue.

ansible 2.2.0 (devel ff52e01a11) last updated 2016/09/19 09:30:50 (GMT +000)

Thilo