From fc022bd857c2098b4ea71e66eb16b64401612f32 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 26 Aug 2020 15:45:57 +0200 Subject: [PATCH] Trivial: remove a reference to update-rc.d We only support systemd systems nowadays. Change-Id: Ia734dee0b41303335b53fcb3211657acd65b476e --- playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml b/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml index d3e4f5225..1bb37d37a 100644 --- a/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml +++ b/playbooks/roles/bifrost-keystone-install/tasks/bootstrap.yml @@ -290,11 +290,6 @@ exec_start_pre: "/usr/bin/install -m 755 -o {{ nginx_user }} -g {{ nginx_user }} -d /run/uwsgi", args: '--master --emperor /etc/uwsgi/apps-enabled'} # TODO(TheJulia): Split webserver user/group. -# NOTE(ashestakov) https://github.com/ansible/ansible-modules-core/issues/3764 -- name: "Remove uwsgi sysvinit init script" - command: update-rc.d -f uwsgi remove - ignore_errors: yes - - block: - name: "Explicitly allow keystone port (TCP) on selinux" seport: