Skip to content

Commit

Permalink
changed token placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jetzlstorfer committed May 2, 2018
1 parent a46d483 commit e6b1447
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 e6b1447

Please sign in to comment.