Skip to content

Commit 6d34be4

Browse files
Update README.md
1 parent 5b49fa5 commit 6d34be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Installation and Configuration
4141
6. Define your Hosts or Hostgroups in the Ansible Host Inventory. (e.G. hosts)
4242
7. Place User-Defined SQL Scripts under the files/default directory of the Role.
4343

44-
**For first time Installation and further informations what to change and setup, please see the INSTALL.md for Details. This is important, else Pythia won't work correctly!**
44+
**For first time Installation and further informations what to change and setup, please see the [INSTALL.md](https://github.com/thedatabaseme/pythia/blob/master/INSTALL.md) for Details. This is important, else Pythia won't work correctly!**
4545

4646
Example Playbook Runs
4747
---------------------
@@ -106,4 +106,4 @@ Also you're able to specify, that the SPFILE of your maybe existing Target Datab
106106

107107
Example: Upgrade an Oracle Database in Version 18 to Oracle Database in Version 19 on Host "ansibletest":
108108

109-
- ansible-playbook /etc/ansible/pythia/pythia.yml -e "oracle_source_version=18EE oracle_target_version=19EE oracle_sid=ORAUPGRD upgrade_mode=deploy HOSTS=ansibletest" --tags "upgrade" -k -K -u <username>
109+
- ansible-playbook /etc/ansible/pythia/pythia.yml -e "oracle_source_version=18EE oracle_target_version=19EE oracle_sid=ORAUPGRD upgrade_mode=deploy HOSTS=ansibletest" --tags "upgrade" -k -K -u <username>

0 commit comments

Comments
 (0)