-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated data set basics, submit query retrieve and zos_script #280
base: main
Are you sure you want to change the base?
Conversation
The changes were to remove errors from zTrial systems Signed-off-by: Rich Parker <[email protected]>
d3cc669
to
5b0880b
Compare
path: "{{ tgt_tmp_dir }}/HELLO" | ||
state: absent | ||
############################################################################### | ||
# © Copyright IBM Corporation 2020, 2021 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# © Copyright IBM Corporation 2020, 2021 | |
# © Copyright IBM Corporation 2020, 2024 | |
set_fact: | ||
job_id_uss: "{{ result.jobs[0].job_id }}" | ||
|
||
# job_id_uss: "{{ result.job_id }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed right?
debug: | ||
msg: "{{ result }}" | ||
|
||
# +------------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this
debug: | ||
msg: "{{ result }}" | ||
############################################################################### | ||
# © Copyright IBM Corporation 2020, 2021, 2022 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# © Copyright IBM Corporation 2020, 2021, 2022 | |
# © Copyright IBM Corporation 2020, 2024 | |
zos_copy: | ||
src: "{{ playbook_dir }}/files/HELLO.jcl" | ||
dest: "{{ tgt_tmp_dir }}/HELLO" | ||
# remote_src: yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this
This is the changes done so that zTrial could work... things like cases of some options, or replacing wait: true with wait_time_s: somenumber.