Merge "Do not install lsyncd when it's not needed"

This commit is contained in:
Zuul 2020-06-17 15:42:30 +00:00 committed by Gerrit Code Review
commit d4a793fc78
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
when:
- ansible_os_family | lower == 'redhat'
- ansible_distribution_major_version is version('8', '=')
- groups['repo_all'] | length > 1
tags:
- build-lsyncd