How can I dynamically load a variable file in an Ubuntu Github Actions workflow?
i have a set of 20 variables for each of the 5 environments viz dev, qa, uat, prod, dr like below var_dev.yml: hostname: "mydevhost" port: "1885" mount: "D:" ... ... In ansible I could save the variable in variable files…