Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Stop handler flush
Browse files Browse the repository at this point in the history
With https://review.opendev.org/c/openstack/ansible-role-chrony/+/647947
this is no longer necessary as we are not using handlers. Additionally
using handlers is no longer recommended with tripleo_free.

Change-Id: I8d52b0bbacc9af4a101793323e02191b18243cba
(cherry picked from commit 742dc89)
  • Loading branch information
mwhahaha committed May 12, 2021
1 parent d2fbffd commit 3488777
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/timesync/chrony-baremetal-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ outputs:
- name: Install, Configure and Run Chrony
include_role:
name: chrony
- name: Ensure chrony has been restarted
meta: flush_handlers
- name: Ensure system is NTP time synced
command: chronyc makestep
ansible_group_vars:
Expand Down

0 comments on commit 3488777

Please sign in to comment.