Skip to content

Instantly share code, notes, and snippets.

@gomes
Created November 28, 2013 19:55
Show Gist options
  • Save gomes/7697353 to your computer and use it in GitHub Desktop.
Save gomes/7697353 to your computer and use it in GitHub Desktop.
Running Tomcat's startup.sh using Ansible's shell module
shell: setsid /bin/sh -i -c "{{ tomcat_path }}/bin/startup.sh" &> /tmp/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment