From 007eaecf030b4513ccc297acc01d56e5b01622e4 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 10 May 2021 08:00:36 -0600 Subject: [PATCH] Stop handler flush 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 742dc894f673b6e546f21eb43343ae1783f1b576) --- deployment/timesync/chrony-baremetal-ansible.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployment/timesync/chrony-baremetal-ansible.yaml b/deployment/timesync/chrony-baremetal-ansible.yaml index 0fb3653446..de75eda209 100644 --- a/deployment/timesync/chrony-baremetal-ansible.yaml +++ b/deployment/timesync/chrony-baremetal-ansible.yaml @@ -122,8 +122,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: