Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
c3e4c796
Commit
c3e4c796
authored
Jul 12, 2018
by
Robin Sonnabend
Browse files
Replace systemd state=running by systemd state=started
This will be removed in 2.7
parent
32972ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ad-server/tasks/main.yml
View file @
c3e4c796
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment