From 51f57f99f37d63cee40df53d1cf2e34112d254f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 28 Jul 2023 13:36:19 +0200 Subject: [PATCH] style: use 'true' instead of 'yes' for truthy value --- tasks/configure_persistent_journald_logging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_persistent_journald_logging.yml b/tasks/configure_persistent_journald_logging.yml index 383367c..31bf701 100644 --- a/tasks/configure_persistent_journald_logging.yml +++ b/tasks/configure_persistent_journald_logging.yml @@ -6,7 +6,7 @@ owner: "root" group: "root" mode: "0644" - create: "yes" + create: "true" state: present block: | # If "persistent", data will be stored preferably on disk, i.e. below the /var/log/journal hierarchy (which is created if needed), with a fallback to /run/log/journal (which is created if needed), during early boot and if the disk is not writable. -- GitLab