Skip to content

Commit

Permalink
Merge pull request Dynatrace#6 from jetinski/master
Browse files Browse the repository at this point in the history
changed token placeholder
  • Loading branch information
grabnerandi authored May 2, 2018
2 parents c44d314 + e6b1447 commit 396a1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copytos3/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
- name: rollback to previous version
hosts: localhost
vars:
tenantid: ton98156
apitoken: oIEJoD-lT9u6Cq8qCnhkv
tenantid: DT_TENANT_ID
apitoken: DT_API_TOKEN
now: "{{ ansible_date_time.epoch|int * 1000}}"
past: "{{ now|int - 86400000 }}" # 1h = 3600000 24h = 86400000
commentuser: "Ansible Playbook"
Expand Down

0 comments on commit 396a1d5

Please sign in to comment.