mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Messaging cleaner
This commit is contained in:
parent
0ad88a3368
commit
6dec11c4eb
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# 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-serve service
|
- name: Enable 'kalite-serve' service
|
||||||
service: name=kalite-serve
|
service: name=kalite-serve
|
||||||
enabled=yes
|
enabled=yes
|
||||||
state=started
|
state=started
|
||||||
|
|
||||||
- name: Disable kalite-serve service
|
- name: Disable 'kalite-serve' service
|
||||||
service: name=kalite-serve
|
service: name=kalite-serve
|
||||||
enabled=no
|
enabled=no
|
||||||
state=stopped
|
state=stopped
|
||||||
when: not kalite_enabled
|
when: not kalite_enabled
|
||||||
|
|
||||||
# Since Fedora 18 we don't have a separate unit fiile for kalite-cron
|
# Since Fedora 18 we don't have a separate unit file for kalite-cron
|
||||||
|
|
||||||
- name: Disable kalite cron server F18
|
- name: Disable kalite cron server F18
|
||||||
service: name=kalite-cron
|
service: name=kalite-cron
|
||||||
|
|
Loading…
Reference in a new issue