Changeset 3674 in MondoRescue for branches/3.3/ansible/roles/system/tasks


Ignore:
Timestamp:
Aug 1, 2017, 4:26:04 PM (7 years ago)
Author:
Bruno Cornec
Message:

use started keyword

File:
1 edited

Legend:

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

    r3670 r3674  
    5757
    5858- name: Check that sshd is running and enabled
    59   service: name=sshd state=running enabled=yes
     59  service: name=sshd state=started enabled=yes
    6060  tags: system
    6161
     
    7171
    7272- name: Check that sshutout is running and enabled
    73   service: name=sshutout state=running enabled=yes
     73  service: name=sshutout state=started enabled=yes
    7474  tags: system
    7575
Note: See TracChangeset for help on using the changeset viewer.