From bb159f443eccbf6c67e43eac05204db81990c4ed Mon Sep 17 00:00:00 2001 From: Simon Michnowicz <simon.michnowicz@monash.edu> Date: Tue, 10 Nov 2015 16:00:25 +1100 Subject: [PATCH] added "enabled=true" to enable boot start on ldap service --- roles/ldapclient/tasks/configLdapClient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ldapclient/tasks/configLdapClient.yml b/roles/ldapclient/tasks/configLdapClient.yml index 4120f7c..3e22db7 100644 --- a/roles/ldapclient/tasks/configLdapClient.yml +++ b/roles/ldapclient/tasks/configLdapClient.yml @@ -40,5 +40,5 @@ notify: restart sssd - name: "start sssd" - service: name=sssd state=started + service: name=sssd state=started enabled=yes sudo: true -- GitLab