mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
cleaner Ansible messaging
This commit is contained in:
parent
ebb621a2cf
commit
1aac4fb15c
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# By the time we get here we should have ka-lite of some version
|
# By the time we get here we should have ka-lite of some version
|
||||||
# And the systemd unit files should be defined
|
# And the systemd unit files should be defined
|
||||||
|
|
||||||
- name: Enable kalite server
|
- name: Enable kalite-serve service
|
||||||
service: name=kalite-serve
|
service: name=kalite-serve
|
||||||
enabled=yes
|
enabled=yes
|
||||||
state=started
|
state=started
|
||||||
|
|
||||||
- name: Disable kalite server
|
- name: Disable kalite-serve service
|
||||||
service: name=kalite-serve
|
service: name=kalite-serve
|
||||||
enabled=no
|
enabled=no
|
||||||
state=stopped
|
state=stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue