Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richp405
Copy link
Member

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.

The changes were to remove errors from zTrial systems

Signed-off-by: Rich Parker <[email protected]>
path: "{{ tgt_tmp_dir }}/HELLO"
state: absent
###############################################################################
# © Copyright IBM Corporation 2020, 2021
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# © 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 }}"
Copy link
Contributor

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 }}"

# +-------------------------------------------------------------------------
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# © 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants