ソースを参照

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

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