Disable sks-db and sks-recon for now

This commit is contained in:
Nick Bebout 2013-08-19 19:42:57 +00:00
parent 9112d12d6f
commit 16ce004157

View file

@ -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