remove cleanup task
authorRalf Jung <post@ralfj.de>
Fri, 10 Aug 2018 11:12:00 +0000 (13:12 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 10 Aug 2018 11:12:00 +0000 (13:12 +0200)
roles/apache/tasks/main.yml

index 5943499d81585d8c014e8a1ef3c300ee620a1566..6fb5b54d85ad107154816c238b1aa73bf47f8d2e 100644 (file)
@@ -73,9 +73,3 @@
     content: |
       # Disable DAD so network-online.target works for IPv6
       net.ipv6.conf.all.accept_dad=0
-- name: cleanup cronjob to fix apache startup
-  cron:
-    name: "apache2-start-fix"
-    minute: "*/5"
-    job: "if systemctl is-failed apache2 >/dev/null; then echo 'restarting apache'; systemctl restart apache2; fi"
-    state: absent