Merge "Do not run timesync checks on deployment host"

This commit is contained in:
Zuul 2021-08-04 12:40:38 +00:00 committed by Gerrit Code Review
commit 94d7311b57
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- include_tasks: timesync_checks.yml
when:
- not enable_chrony | bool
- inventory_hostname not in groups['deployment']|default([])
- import_tasks: datetime_checks.yml

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with timesync checks on deployment host. See `bug
1933347 <https://launchpad.net/bugs/1933347>`__ for details.