From d2740192f60efe84015685f7db26f50d5596aede Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Tue, 12 Mar 2024 12:22:42 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beee550..a72d8b9 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ An [Ansible Galaxy](https://galaxy.ansible.com/) role for configuring IBM Inform ## Role Variables -The following role variables are required, in which case the default value will be used: +The following role variables are required, however default values may be used where applicable: -| Name | Default | Description | +| Name | Default | Description | |----------------------------------|---------|--------------------------------------------------------| | `informix_db_chunk_store_path` | `/data/informix/chunks` | The path of the directory for storing cooked files for dbspace chunks (when not using raw disks). This variable should be referenced in the [Dbspaces configuration][6] `path` option for any dbspace chunks that are to be represented using cooked files (e.g. `{{ informix_db_chunk_store_path }}/rootdbs`). | | `informix_db_dbdate` | `DMY4` | The value to be used for the `DBDATE` environment variable. |