소스 검색

Merge pull request #25 from lukecyca/patch-3

Fix invalid service state
Alex Payne 11 년 전
부모
커밋
d40d95a210
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/common/tasks/main.yml

+ 1
- 1
roles/common/tasks/main.yml 파일 보기

@@ -32,7 +32,7 @@
32 32
     - restart ntp
33 33
 
34 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 37
 - name: Disable default Apache site
38 38
   command: a2dissite default

Loading…
취소
저장