Skip to content

Commit f244c92

Browse files
committed
Removing debug task
1 parent 26267d5 commit f244c92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/create_prometheus_bearer_token.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
register: prometheus_token
1111
when: not prometheus_toke_file.stat.exists
1212

13-
- debug:
14-
var: prometheus_token
15-
1613
- name: Copy bearer token.
1714
copy:
1815
content: "{{ prometheus_token.stdout | from_json }}"

0 commit comments

Comments
 (0)