Merge "validate-host: skip linux nly tasks on windows machines"

This commit is contained in:
Zuul 2020-10-07 20:13:34 +00:00 committed by Gerrit Code Review
commit d7c6088d62
1 changed files with 3 additions and 1 deletions

View File

@ -41,4 +41,6 @@
src: templates/zuul-info.j2
mode: 0644
when: ansible_python_version is version('2.7', '>=')
when:
- ansible_os_family != "Windows"
- ansible_python_version is version('2.7', '>=')