From c3e4c7968678c4cf3210ac28fc9c76c3c9fa8625 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Thu, 12 Jul 2018 16:19:43 +0200
Subject: [PATCH] Replace systemd state=running by systemd state=started

This will be removed in 2.7
---
 ad-server/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ad-server/tasks/main.yml b/ad-server/tasks/main.yml
index 88ea990..6b0b759 100644
--- a/ad-server/tasks/main.yml
+++ b/ad-server/tasks/main.yml
@@ -68,7 +68,7 @@
     - service
 
 - name: ensure samba-ad-dc unit is running, enabled and not masked
-  systemd: name=samba-ad-dc masked=no state=running enabled=yes
+  systemd: name=samba-ad-dc masked=no state=started enabled=yes
   tags: 
     - ad-server
     - service
-- 
GitLab