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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Set sks-db to run on boot
|
- name: Set sks-db to not run on boot
|
||||||
service: name=sks-db enabled=yes
|
service: name=sks-db enabled=no
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
notify:
|
notify:
|
||||||
- restart sks-db
|
- restart sks-db
|
||||||
tags:
|
tags:
|
||||||
- service
|
- service
|
||||||
|
|
||||||
- name: Set sks-recon to run on boot
|
- name: Set sks-recon to not run on boot
|
||||||
service: name=sks-recon enabled=yes
|
service: name=sks-recon enabled=no
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
notify:
|
notify:
|
||||||
- restart sks-recon
|
- restart sks-recon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue