Trivial: remove a reference to update-rc.d
We only support systemd systems nowadays. Change-Id: Ia734dee0b41303335b53fcb3211657acd65b476e
This commit is contained in:
parent
1f37c41413
commit
fc022bd857
@ -290,11 +290,6 @@
|
|||||||
exec_start_pre: "/usr/bin/install -m 755 -o {{ nginx_user }} -g {{ nginx_user }} -d /run/uwsgi",
|
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.
|
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:
|
- block:
|
||||||
- name: "Explicitly allow keystone port (TCP) on selinux"
|
- name: "Explicitly allow keystone port (TCP) on selinux"
|
||||||
seport:
|
seport:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user