From e7e3b30d114ff831a2e93e29e653acdcca80c29b Mon Sep 17 00:00:00 2001 From: Tadej Humar Date: Wed, 20 Dec 2023 11:38:33 +0100 Subject: [PATCH] Typos --- operation-tools/restart-retrieval.yml | 1 + operation-tools/start-db.yml | 1 - operation-tools/stop-db.yml | 1 + operation-tools/stop-retrieval.yml | 4 ++-- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/operation-tools/restart-retrieval.yml b/operation-tools/restart-retrieval.yml index 695a41e..daa31e5 100644 --- a/operation-tools/restart-retrieval.yml +++ b/operation-tools/restart-retrieval.yml @@ -1,3 +1,4 @@ + - import_playbook: stop-retrieval.yml - import_playbook: start-retrieval.yml - import_playbook: restart-api.yml \ No newline at end of file diff --git a/operation-tools/start-db.yml b/operation-tools/start-db.yml index e03e495..de21d54 100644 --- a/operation-tools/start-db.yml +++ b/operation-tools/start-db.yml @@ -3,7 +3,6 @@ hosts: databuffer become: true tasks: - - name: start daq-dispatcher-node systemd: state: started diff --git a/operation-tools/stop-db.yml b/operation-tools/stop-db.yml index 97cd6e0..a60f768 100644 --- a/operation-tools/stop-db.yml +++ b/operation-tools/stop-db.yml @@ -1,3 +1,4 @@ + - name: Stop nodes hosts: databuffer become: true diff --git a/operation-tools/stop-retrieval.yml b/operation-tools/stop-retrieval.yml index 721be99..400dc2d 100644 --- a/operation-tools/stop-retrieval.yml +++ b/operation-tools/stop-retrieval.yml @@ -4,11 +4,11 @@ become: true tasks: - name: stop retrieval - systemd: + systemd: state: stopped name: retrieval-00 - name: stop java retrieval - systemd: + systemd: state: stopped name: retrieval \ No newline at end of file