Skip to content
Snippets Groups Projects
Commit db14d800 authored by Eric Zillmann's avatar Eric Zillmann
Browse files

ansible-inventories/arocom#2840 fixed file name in comment; removed updating...

ansible-inventories/arocom#2840 fixed file name in comment; removed updating the ansible fact from git update
parent f09156d5
No related branches found
No related tags found
1 merge request!7Have the possibility to define redirects in the individual projects
---
# file: roles/drupal/tasks/haproxy_collector.yml
# file: roles/drupal/tasks/haproxy_redirects_collector.yml
- block:
......
......@@ -61,11 +61,6 @@ if [ -f 'post-update.sh' ]; then
./post-update.sh
fi
if [ -f '/usr/local/bin/haproxy_redirects_collector.php' ]; then
echo '> haproxy_redirects_collector.php';
/usr/local/bin/haproxy_redirects_collector.php;
fi;
rm "$LOCKFILE"
echo '> done'
......
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