You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This looks like a great ansible role!
I occasionally need to install a set of runners across multiple platforms: Linux, MacOS, Windows. There are multiple ways to add Windows, perhaps the easiest one would be in main.yml where there are three includes, add three more includes such as "../includes-win/install.yaml". Conditionally check on the operating system for all the includes. Would you be interested in a pull request which adds such functionality? Another option is less integrated. Clone the role, modify everything to support (only) windows. Then there are two separate Ansible roles.
The text was updated successfully, but these errors were encountered:
Hi,
This looks like a great ansible role!
I occasionally need to install a set of runners across multiple platforms: Linux, MacOS, Windows. There are multiple ways to add Windows, perhaps the easiest one would be in main.yml where there are three includes, add three more includes such as "../includes-win/install.yaml". Conditionally check on the operating system for all the includes. Would you be interested in a pull request which adds such functionality? Another option is less integrated. Clone the role, modify everything to support (only) windows. Then there are two separate Ansible roles.
The text was updated successfully, but these errors were encountered: