Skip to content
Snippets Groups Projects
Commit 9e756bf1 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

added root escalation on service command

Former-commit-id: 058b0970
parent 324ddaa5
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,7 @@
become_user: root
- name: enable and start set_semaphores service
service: name="set_semaphores" state=started enabled=true
become: true
become_user: root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment