From 5e7f72a49a300b06fbadc14846f8f44905d39253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 7 Sep 2020 12:08:40 +0200 Subject: [PATCH] Fix install on systems without systemd This broke Kolla already. One cannot assume systemd is being used during installation. Package installations normally reload systemd themselves if they need to. Backport to Ussuri. Change-Id: Iafc3e14eaf3e8341eb7d2af30c460bbee1c9c104 Story: 2008112 Task: 40828 --- playbooks/roles/bifrost-ironic-install/tasks/install.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/roles/bifrost-ironic-install/tasks/install.yml b/playbooks/roles/bifrost-ironic-install/tasks/install.yml index 77df8f41e..8069dfc2c 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/install.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/install.yml @@ -22,10 +22,6 @@ name: "{{ required_packages }}" state: present -- name: "Ask systemd to reload configuration" - systemd: - daemon_reload: yes - # NOTE(TheJulia) While we don't necessarilly require /opt/stack any longer # and it should already be created by the Ansible setup, we will leave this # here for the time being.