diff --git a/tasks/cinder_init_common.yml b/tasks/cinder_init_common.yml index 2d3077bb..dab8f588 100644 --- a/tasks/cinder_init_common.yml +++ b/tasks/cinder_init_common.yml @@ -15,11 +15,9 @@ # limitations under the License. - include: cinder_init_upstart.yml - static: no when: pid1_name == "init" - include: cinder_init_systemd.yml - static: no when: pid1_name == "systemd" - name: Load service