mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
# And the systemd unit files should be defined
|
||||
|
||||
- name: Enable kalite server
|
||||
- name: Enable kalite-serve service
|
||||
service: name=kalite-serve
|
||||
enabled=yes
|
||||
state=started
|
||||
|
||||
- name: Disable kalite server
|
||||
- name: Disable kalite-serve service
|
||||
service: name=kalite-serve
|
||||
enabled=no
|
||||
state=stopped
|
||||
|
|
Loading…
Reference in a new issue