Skip to content

Commit a14231f

Browse files
authored
Make the deployment of ocenv configurable (#285)
1 parent 1f253c4 commit a14231f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "oradb-manage-db: Make the deployment of ocenv configurable (#285)"

roles/oradb_manage_db/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,5 @@ shell_aliases:
142142
- "lsnrstop='lsnrctl stop $LSNRNAME'"
143143
- "lsnrstatus='lsnrctl status $LSNRNAME'"
144144
- "lsnrservice='lsnrctl services $LSNRNAME'"
145+
146+
deploy_ocenv: true # deploy ocenv scripts

roles/oradb_manage_db/tasks/manage-db.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{%- endif -%}"
1414

1515
- include_tasks: ocenv.yml
16+
when: deploy_ocenv
1617
tags:
1718
- always
1819

0 commit comments

Comments
 (0)