Changeset 3763 in MondoRescue


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

restart httpd more regularly

Location:
branches/3.3/ansible
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/httpd.yml

    r3752 r3763  
    44  - httpd
    55  handlers:
    6   - import_playbook: handlers/main.yml
     6  - import_tasks: handlers/main.yml
  • 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.