Skip to content

Commit

Permalink
Use serial=0 by default for cleanup-journal play (#467)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 12, 2024
1 parent 992e2d7 commit ef60e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/generic/cleanup-journal.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef60e59

Please sign in to comment.