From ef60e59b318e5840797ee8a3bb3248f106bd53e4 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 12 Aug 2024 19:49:21 +0200 Subject: [PATCH] Use serial=0 by default for cleanup-journal play (#467) Signed-off-by: Christian Berendt --- playbooks/generic/cleanup-journal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/generic/cleanup-journal.yml b/playbooks/generic/cleanup-journal.yml index bc8ce8f..0f34f8e 100644 --- a/playbooks/generic/cleanup-journal.yml +++ b/playbooks/generic/cleanup-journal.yml @@ -1,7 +1,7 @@ --- - name: Cleanup journal hosts: "{{ hosts_default_group|default('generic') }}" - serial: "{{ osism_serial['cleanup_journal']|default('1') }}" + serial: "{{ osism_serial['cleanup_journal']|default('0') }}" vars: cleanup_journal_size: 500M