Merge "Do not run timesync checks on deployment host"
This commit is contained in:
commit
94d7311b57
@ -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
|
||||
|
||||
|
5
releasenotes/notes/bug-1933347-4031d94ef7decb3c.yaml
Normal file
5
releasenotes/notes/bug-1933347-4031d94ef7decb3c.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user