Skip to content

Instantly share code, notes, and snippets.

@chrisgilbert
Created February 10, 2015 17:47
Show Gist options
  • Save chrisgilbert/dac5f337c25ff7ec5631 to your computer and use it in GitHub Desktop.
Save chrisgilbert/dac5f337c25ff7ec5631 to your computer and use it in GitHub Desktop.
- 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