Skip to content

Commit 7dd1e71

Browse files
committed
oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383
1 parent ba4c1e9 commit 7dd1e71

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
breaking_changes:
33
- "oraswgi_golden_image: Fixed wrong varible names oraswgi_golen_* to oraswgi_golden_* from breaking change oravirt#383 ()"
4+
- "oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383 ()"

extensions/molecule/shared_config/inventory/group_vars/all/oracle_db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# is_sw_source_local: false
44
# oracle_sw_source_www: http://10.0.2.15:8080
55

6-
oraswdb_golen_image_create: true
6+
oraswdb_golden_image_create: true
77
golden_image_dest: /u01/golden
88

99
oracle_sw_source_local: /vagrant

roles/oraswdb_golden_image/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create Golden-Images from Oracle Database Homes and Oracle Grid-Infrastructure/R
77
- [Requirements](#requirements)
88
- [Default Variables](#default-variables)
99
- [golden_image_dest](#golden_image_dest)
10-
- [oraswdb_golen_image_create](#oraswdb_golen_image_create)
10+
- [oraswdb_golden_image_create](#oraswdb_golden_image_create)
1111
- [Discovered Tags](#discovered-tags)
1212
- [Dependencies](#dependencies)
1313
- [License](#license)
@@ -28,14 +28,14 @@ Set destination directory for Golden-Image extraction.
2828

2929
Variable has no default value.
3030

31-
### oraswdb_golen_image_create
31+
### oraswdb_golden_image_create
3232

3333
Crfeate Golden-Image for Database Home.
3434

3535
#### Default value
3636

3737
```YAML
38-
oraswdb_golen_image_create: false
38+
oraswdb_golden_image_create: false
3939
```
4040
4141
## Discovered Tags

roles/oraswdb_golden_image/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Variable has no default value.
66
# @end
77

8-
# @var oraswdb_golen_image_create:description: >
8+
# @var oraswdb_golden_image_create:description: >
99
# Crfeate Golden-Image for Database Home.
1010
# @end
11-
oraswdb_golen_image_create: false
11+
oraswdb_golden_image_create: false

roles/oraswdb_golden_image/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- golden_image_db
1414
when:
1515
- db_homes_installed is defined
16-
- oraswdb_golen_image_create | bool
16+
- oraswdb_golden_image_create | bool
1717
block:
1818

1919
- name: Assert Oracle RDBMS version for Golden-Image creation

0 commit comments

Comments
 (0)