From dd51c63a26afe4d44d253456541b65a2ddd14234 Mon Sep 17 00:00:00 2001 From: Thorsten Bruhns Date: Wed, 15 Nov 2023 06:02:15 +0000 Subject: [PATCH] oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383 --- changelogs/fragments/golen_image_typo.yml | 1 + .../shared_config/inventory/group_vars/all/oracle_db.yml | 2 +- roles/oraswdb_golden_image/README.md | 6 +++--- roles/oraswdb_golden_image/defaults/main.yml | 4 ++-- roles/oraswdb_golden_image/tasks/main.yml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/changelogs/fragments/golen_image_typo.yml b/changelogs/fragments/golen_image_typo.yml index 853da47dd..1a3a993fc 100644 --- a/changelogs/fragments/golen_image_typo.yml +++ b/changelogs/fragments/golen_image_typo.yml @@ -1,3 +1,4 @@ --- breaking_changes: - "oraswgi_golden_image: Fixed wrong varible names oraswgi_golen_* to oraswgi_golden_* from breaking change oravirt#383 ()" + - "oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383 ()" diff --git a/extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml b/extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml index 9e40cb200..d3c623c9e 100644 --- a/extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml +++ b/extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml @@ -3,7 +3,7 @@ # is_sw_source_local: false # oracle_sw_source_www: http://10.0.2.15:8080 -oraswdb_golen_image_create: true +oraswdb_golden_image_create: true golden_image_dest: /u01/golden oracle_sw_source_local: /vagrant diff --git a/roles/oraswdb_golden_image/README.md b/roles/oraswdb_golden_image/README.md index afc22637a..d62bf2381 100644 --- a/roles/oraswdb_golden_image/README.md +++ b/roles/oraswdb_golden_image/README.md @@ -7,7 +7,7 @@ Create Golden-Images from Oracle Database Homes and Oracle Grid-Infrastructure/R - [Requirements](#requirements) - [Default Variables](#default-variables) - [golden_image_dest](#golden_image_dest) - - [oraswdb_golen_image_create](#oraswdb_golen_image_create) + - [oraswdb_golden_image_create](#oraswdb_golden_image_create) - [Discovered Tags](#discovered-tags) - [Dependencies](#dependencies) - [License](#license) @@ -28,14 +28,14 @@ Set destination directory for Golden-Image extraction. Variable has no default value. -### oraswdb_golen_image_create +### oraswdb_golden_image_create Crfeate Golden-Image for Database Home. #### Default value ```YAML -oraswdb_golen_image_create: false +oraswdb_golden_image_create: false ``` ## Discovered Tags diff --git a/roles/oraswdb_golden_image/defaults/main.yml b/roles/oraswdb_golden_image/defaults/main.yml index 79b4d0949..1358a9010 100644 --- a/roles/oraswdb_golden_image/defaults/main.yml +++ b/roles/oraswdb_golden_image/defaults/main.yml @@ -5,7 +5,7 @@ # Variable has no default value. # @end -# @var oraswdb_golen_image_create:description: > +# @var oraswdb_golden_image_create:description: > # Crfeate Golden-Image for Database Home. # @end -oraswdb_golen_image_create: false +oraswdb_golden_image_create: false diff --git a/roles/oraswdb_golden_image/tasks/main.yml b/roles/oraswdb_golden_image/tasks/main.yml index 3536f09dc..d5820d3ff 100644 --- a/roles/oraswdb_golden_image/tasks/main.yml +++ b/roles/oraswdb_golden_image/tasks/main.yml @@ -13,7 +13,7 @@ - golden_image_db when: - db_homes_installed is defined - - oraswdb_golen_image_create | bool + - oraswdb_golden_image_create | bool block: - name: Assert Oracle RDBMS version for Golden-Image creation