Hi,
Have a task that disables Ipv6. The task should run only if the ipv6 folder exists.
In order to implement the above, I have 2 tasks,
the first task checks if a folder exists and saves the output to a register, the second task is to disable IPv6 and will run only if the register from the last task = true.
If I will run the 2 tasks everything will work because the register will reflect the status of the server. If I will run it on multi-server, my assumption is that the first task will run on all servers and will include the status of the lastest te server and the second task will run according to the last output.
How can I define a register per server? or maybe my assumption is wrong