Skip to content

Instantly share code, notes, and snippets.

@AlMaVizca
Created November 2, 2014 23:19
Show Gist options
  • Save AlMaVizca/adeb2e0c32720528cfc6 to your computer and use it in GitHub Desktop.
Save AlMaVizca/adeb2e0c32720528cfc6 to your computer and use it in GitHub Desktop.
ansible play redmine update
---
- name: Update to last version
hosts: Ansible
roles:
- { role: redmine, update: true, db_name: "redmine", db_username: "admin", db_password: "unaContrasenia"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment