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
(cherry picked from commit 5e7f72a49a)
This commit is contained in:
Radosław Piliszek 2020-09-07 12:08:40 +02:00 committed by Dmitry Tantsur
parent ac6ec9f99a
commit 681f054d07
1 changed files with 0 additions and 4 deletions

View File

@ -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.