Changeset 3667 in MondoRescue for branches/3.3/ansible/handlers


Ignore:
Timestamp:
Jun 7, 2017, 3:03:17 AM (7 years ago)
Author:
Bruno Cornec
Message:

Many updates to MR setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/handlers/main.yml

    r3656 r3667  
    22- name: restart httpd
    33  service: name=httpd state=restarted
     4
     5- name: reload httpd
     6  service: name=httpd state=reloaded
     7
     8- name: restart docker
     9  service: name=docker state=restarted
Note: See TracChangeset for help on using the changeset viewer.