Browse Source

Merge pull request #25 from lukecyca/patch-3

Fix invalid service state
Alex Payne 12 years ago
parent
commit
d40d95a210
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/tasks/main.yml

+ 1
- 1
roles/common/tasks/main.yml View File

32
     - restart ntp
32
     - restart ntp
33
 
33
 
34
 - name: Ensure ntpd is running and enabled
34
 - name: Ensure ntpd is running and enabled
35
-  service: name=ntp state=running enabled=yes
35
+  service: name=ntp state=started enabled=yes
36
 
36
 
37
 - name: Disable default Apache site
37
 - name: Disable default Apache site
38
   command: a2dissite default
38
   command: a2dissite default

Loading…
Cancel
Save