Skip to content
Snippets Groups Projects
Commit e1367527 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: restart httpd service after update

parent 7dcd7826
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,9 @@
replace: |
RewriteCond %{HTTP:REMOTE_USER} '([a-zA-Z0-9_.+-]+)@uab.edu$' [OR]
RewriteCond %{HTTP:REMOTE_USER} 'urn:mace:incommon:uab.edu!https://uabgrid.uab.edu/shibboleth!(.+)$'
- name: Restart httpd services
ansible.builtin.service:
name: httpd
enabled: true
state: restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment