Disable sks-db and sks-recon for now
This commit is contained in:
parent
9112d12d6f
commit
16ce004157
1 changed files with 4 additions and 4 deletions
|
@ -36,16 +36,16 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: Set sks-db to run on boot
|
||||
service: name=sks-db enabled=yes
|
||||
- name: Set sks-db to not run on boot
|
||||
service: name=sks-db enabled=no
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart sks-db
|
||||
tags:
|
||||
- service
|
||||
|
||||
- name: Set sks-recon to run on boot
|
||||
service: name=sks-recon enabled=yes
|
||||
- name: Set sks-recon to not run on boot
|
||||
service: name=sks-recon enabled=no
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart sks-recon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue