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
This commit is contained in:
parent
3aae442b82
commit
5e7f72a49a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user