Skip to content
Snippets Groups Projects
Commit 94d7311b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Do not run timesync checks on deployment host"

parents 87777b36 281c9935
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
fixes:
- |
Fixes an issue with timesync checks on deployment host. See `bug
1933347 <https://launchpad.net/bugs/1933347>`__ for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment