Changeset 3712 in MondoRescue for branches/3.3


Ignore:
Timestamp:
Feb 26, 2019, 2:49:00 AM (5 years ago)
Author:
Bruno Cornec
Message:

Fix cron job for httpd restart

File:
1 edited

Legend:

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

    r3707 r3712  
    2828
    2929- name: Setup httpd restart by cron
    30   cron: name=httpd-restart minute=43 hour=23 weekday=sunday user=root job="systemctl restart httpd" cron_file=httpd-restart state=present backup=yes
     30  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
    3131  tags: httpd
    3232
Note: See TracChangeset for help on using the changeset viewer.