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

Merge branch 'fix-httpd-restart' into 'feat-hpc-factory'

Restart httpd service after update

See merge request !172
parents 7dcd7826 e1367527
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