mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
sugarizer/tasks/enable-or-disable.yml: typo in explanation
This commit is contained in:
parent
5595f5f12a
commit
40dfe5253d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
state: restarted
|
||||
when: sugarizer_enabled
|
||||
|
||||
- name: Disable & Stop 'sugarizer.service' (BUT LEAVE 'mongodb.service' COMPLETETY UNCHANGED, LIKEWISE WE DON'T TOUCH ANSIBLE VAR mongodb_enabled) if not sugarizer_enabled
|
||||
- name: Disable & Stop 'sugarizer.service' (BUT LEAVE 'mongodb.service' COMPLETELY UNCHANGED, LIKEWISE WE DON'T TOUCH ANSIBLE VAR mongodb_enabled) if not sugarizer_enabled
|
||||
systemd:
|
||||
name: sugarizer
|
||||
enabled: no
|
||||
|
|
Loading…
Reference in a new issue