Is there a recommended way to set the value of a var based on remote machine architecture? i.e., i’d like to download file A on x86_64 and file B on i386.
Normally, I would use the ‘where’ clause, but this variable would be used in multiple tasks, so in that case I’d need to duplicate my list of tasks, one for each arch. This is, of course, not the end of the world, but I thought I’d check to see if there’s a better option?