We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e9e6a commit 975bdcfCopy full SHA for 975bdcf
playbooks/oracle_statistics/oracle_statistics/tasks/main.yml
@@ -1,22 +1,4 @@
1
---
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
16
17
18
-- meta: end_play
19
20
- name: Set Backup Bucket
21
set_fact:
22
statistics_backup_bucket: "{{ simple_environment_name }}-oracle-statistics-backup-data"
0 commit comments