Hi,

Is it possible in fabric to wait until a subtask completes on all
servers successfully before moving to next step?

For example, in the snippet below I want update() to execute only
after test() passed on all servers.

def test():
   _some_tests()

def deploy():
  test()
  update()


--
anatoly t.

_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to