Skip to content
Snippets Groups Projects
Commit b8f68f37 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

fixed task name to reflect functionality

previously it reflected a placeholder but it actually is the value in file from build that we're looking for and replacing in deploy phase
parent ecbd2287
No related branches found
No related tags found
1 merge request!3Change compute reference to login
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
group: root group: root
dest: /var/www/rewrite_map_config.py dest: /var/www/rewrite_map_config.py
- name: Replace OOD rewrite placeholder in Apache configuration - name: Replace OOD rewrite condition regex in Apache configuration
ansible.builtin.replace: ansible.builtin.replace:
path: /etc/httpd/conf.d/front-end.conf path: /etc/httpd/conf.d/front-end.conf
regexp: "RewriteCond %{HTTP:REMOTE_USER} '\\^\\(\\.\\+\\)\\$'" regexp: "RewriteCond %{HTTP:REMOTE_USER} '\\^\\(\\.\\+\\)\\$'"
......
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