Changeset 3763 in MondoRescue for branches/3.3/ansible/roles/httpd/tasks


Ignore:
Timestamp:
Apr 2, 2020, 6:13:00 PM (4 years ago)
Author:
Bruno Cornec
Message:

restart httpd more regularly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/httpd/tasks/main.yml

    r3721 r3763  
    3434
    3535- name: Setup httpd restart by cron
    36   cron: name=httpd-restart minute=43 hour=23 weekday=0 user=root job="/usr/bin/systemctl restart httpd" cron_file=httpd-restart state=present backup=yes
     36  cron: name=httpd-restart minute=43 hour=23 user=root job="/usr/bin/systemctl restart httpd" cron_file=httpd-restart state=present backup=yes
    3737  tags: httpd
    3838
Note: See TracChangeset for help on using the changeset viewer.