Skip to content

Commit

Permalink
Make the deployment of ocenv configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
talek committed Oct 11, 2022
1 parent 3ef9590 commit 96bf978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/oradb_manage_db/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ shell_aliases:
- "lsnrstop='lsnrctl stop $LSNRNAME'"
- "lsnrstatus='lsnrctl status $LSNRNAME'"
- "lsnrservice='lsnrctl services $LSNRNAME'"

deploy_ocenv: true # deploy ocenv scripts
1 change: 1 addition & 0 deletions roles/oradb_manage_db/tasks/manage-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{%- endif -%}"

- include_tasks: ocenv.yml
when: deploy_ocenv
tags:
- always

Expand Down

0 comments on commit 96bf978

Please sign in to comment.