Skip to content
Snippets Groups Projects
Commit 7bc8a042 authored by root's avatar root
Browse files

fix typo

parent 8340e7ea
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@
- name: create systemd service file for user-mgmt-ui
template:
src: user-mgmt-ui.service.j2
dest: /etc/systemd/system/user-mgmt-ui.service mode=644
dest: /etc/systemd/system/user-mgmt-ui.service
mode: '0644'
- name: enable and start user-mgmt-ui service
systemd:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment