Created
February 10, 2015 17:47
-
-
Save chrisgilbert/dac5f337c25ff7ec5631 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Get list of databases | |
command: cat /etc/oratab | |
register: databases | |
changed_when: false | |
- name: Download latest create_db scripts | |
local_action: "git [email protected]:infrastructure/mosaic_infra_scripts.git dest=/tmp/mosaic_infra_scripts version={{ branch }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment