Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - name: "Rollbar deployment notification"
  2. rollbar_deployment:
  3. token: "{{rollbar_token}}"
  4. environment: production
  5. revision: "{{ ansistrano_git_result.after }}"
  6. user: "" # Somehow pull this from ansible awx/tower that launched the job?
  7. rollbar_user: ""
  8. comment: "" # hmmm maybe save result of the git log command?
Add Comment
Please, Sign In to add comment