nginx needs to be stopped

This commit is contained in:
nazunalika 2021-07-18 11:50:01 -07:00
parent 7d94a6a7d8
commit f26e9e674a
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -65,6 +65,11 @@
- httpd_can_connect_ldap
- httpd_read_user_content
- name: Stop nginx
service:
name: nginx
state: stopped
- name: Change fcontext to GitLab unix socket for nginx
community.general.sefcontext:
target: "/var/opt/gitlab/gitlab-workhorse/sockets/socket"