Skip to content

Commit

Permalink
oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to or…
Browse files Browse the repository at this point in the history
…aswdb_golden_* from breaking change #383
  • Loading branch information
Rendanic committed Nov 19, 2023
1 parent aa35244 commit 3ae0237
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/golen_image_typo.yml
Original file line number Diff line number Diff line change
@@ -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 ()"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions roles/oraswdb_golden_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions roles/oraswdb_golden_image/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion roles/oraswdb_golden_image/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ae0237

Please sign in to comment.