mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
5cc6072824
commit
14efa35628
1 changed files with 1 additions and 3 deletions
|
@ -161,11 +161,9 @@
|
|||
|
||||
- name: Disable service (all OS's)
|
||||
service:
|
||||
name: "{{ item.name }}"
|
||||
name: sugarizer
|
||||
enabled: no
|
||||
state: stopped
|
||||
with_items:
|
||||
- { name: sugarizer }
|
||||
when: not sugarizer_enabled
|
||||
|
||||
- name: Add 'sugarizer' to list of services at /etc/iiab/iiab.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue