Skip to content

Instantly share code, notes, and snippets.

@natefoo
Created August 27, 2014 18:03
Show Gist options
  • Save natefoo/dad269d55b8f533dc390 to your computer and use it in GitHub Desktop.
Save natefoo/dad269d55b8f533dc390 to your computer and use it in GitHub Desktop.
galaxy_mutable_configs:
- src: "{{ galaxy_server_dir }}/migrated_tools_conf.xml.sample"
dest: "{{ galaxy_config['app:main']['migrated_tools_config'] if galaxy_config is defined and 'app:main' in galaxy_config and 'migrated_tools_config' in galaxy_config['app:main'] else galaxy_config_default['app:main']['migrated_tools_config'] }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment