ソースを参照

Fix invalid service state

Luke Cyca 11年前
コミット
921cebb41d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      roles/common/tasks/main.yml

+ 1
- 1
roles/common/tasks/main.yml ファイルの表示

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

読み込み中…
キャンセル
保存