projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5b0ee7c
)
remove cleanup task
author
Ralf Jung
<post@ralfj.de>
Fri, 10 Aug 2018 11:12:00 +0000
(13:12 +0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 10 Aug 2018 11:12:00 +0000
(13:12 +0200)
roles/apache/tasks/main.yml
patch
|
blob
|
history
diff --git
a/roles/apache/tasks/main.yml
b/roles/apache/tasks/main.yml
index 5943499d81585d8c014e8a1ef3c300ee620a1566..6fb5b54d85ad107154816c238b1aa73bf47f8d2e 100644
(file)
--- a/
roles/apache/tasks/main.yml
+++ b/
roles/apache/tasks/main.yml
@@
-73,9
+73,3
@@
content: |
# Disable DAD so network-online.target works for IPv6
net.ipv6.conf.all.accept_dad=0
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