Przeglądaj źródła

Fix typo in etcd service status fact.

Andrew Butcher 9 lat temu
rodzic
commit
6b7727a76a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/etcd/tasks/main.yml

+ 1 - 1
roles/etcd/tasks/main.yml

@@ -104,4 +104,4 @@
   register: start_result
 
 - set_fact:
-    etcd_service_status_changed = "{{ start_result | changed }}"
+    etcd_service_status_changed: "{{ start_result | changed }}"