1
0
Fork 0
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:
A Holt 2017-10-27 10:02:26 -04:00 committed by GitHub
parent ebb621a2cf
commit 1aac4fb15c

View file

@ -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