1c958af88b
* Check registry to find RabbitMQ installation path * Integration tests for win_rabbitmq_plugin * Added himself to BOTMETA.yml * Skipped running tests on Windows 2008 SP2
7 lines
334 B
YAML
7 lines
334 B
YAML
# Setup action creates ansible_distribution_version variable
|
|
- action: setup
|
|
|
|
- include_tasks: tasks/tests.yml
|
|
# Works on windows >= Windows 7/Windows Server 2008 R2
|
|
# See https://github.com/ansible/ansible/pull/28118#issuecomment-323684042 for additional info.
|
|
when: ansible_distribution_version | version_compare('6.1', '>=')
|