ansible/test/integration/targets/win_rabbitmq_plugin/tasks/main.yml
Artem Zinenko 1c958af88b [28017] Integration tests for win_rabbitmq_plugin (#28118)
* 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
2017-08-28 18:48:10 -04:00

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', '>=')