From db14d800f7b542867a5275875c8e7de0332d8783 Mon Sep 17 00:00:00 2001 From: Eric Zillmann <zillmann@arocom.de> Date: Tue, 28 Jan 2020 11:18:23 +0100 Subject: [PATCH] ansible-inventories/arocom#2840 fixed file name in comment; removed updating the ansible fact from git update --- tasks/haproxy_redirects_collector.yml | 2 +- templates/scripts/update/update.jinja2 | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tasks/haproxy_redirects_collector.yml b/tasks/haproxy_redirects_collector.yml index 34e1d05..6d7f20a 100644 --- a/tasks/haproxy_redirects_collector.yml +++ b/tasks/haproxy_redirects_collector.yml @@ -1,5 +1,5 @@ --- -# file: roles/drupal/tasks/haproxy_collector.yml +# file: roles/drupal/tasks/haproxy_redirects_collector.yml - block: diff --git a/templates/scripts/update/update.jinja2 b/templates/scripts/update/update.jinja2 index a38ccd1..63b6015 100644 --- a/templates/scripts/update/update.jinja2 +++ b/templates/scripts/update/update.jinja2 @@ -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' -- GitLab