Skip to content

Commit 975bdcf

Browse files
committed
Remove debug statements
1 parent 05e9e6a commit 975bdcf

File tree

1 file changed

+0
-18
lines changed
  • playbooks/oracle_statistics/oracle_statistics/tasks

1 file changed

+0
-18
lines changed

playbooks/oracle_statistics/oracle_statistics/tasks/main.yml

-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
---
2-
3-
- debug:
4-
msg: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
5-
delegate_to: localhost
6-
become: no
7-
8-
- name: Test
9-
shell: |
10-
# echo "${GH_TOKEN}" | gh auth login --with-token
11-
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
12-
environment:
13-
GH_TOKEN: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
14-
register: start_statistics_export
15-
delegate_to: localhost
16-
become: no
17-
18-
- meta: end_play
19-
202
- name: Set Backup Bucket
213
set_fact:
224
statistics_backup_bucket: "{{ simple_environment_name }}-oracle-statistics-backup-data"

0 commit comments

Comments
 (0)