tidying up a bit

This commit is contained in:
Chris Hammer 2023-12-04 11:00:58 -05:00
parent 5059dea47a
commit ca117fca67

View File

@ -13,20 +13,8 @@
ansible.builtin.debug:
msg: Hello. Again.
- name: Job status URL
- name: Job status URL & token obtained from custom credential extra_vars
ansible.builtin.debug:
var: job_status_url
- name: Job status token
ansible.builtin.debug:
var: job_status_token
- name: Get some infos
ansible.builtin.shell:
cmd: "pwd && echo && ls -ltra && echo && find ."
changed_when: false
register: r_some_info
- name: Show some infos
ansible.builtin.debug:
var: r_some_info
msg:
- "{{ job_status_url }}"
- "{{ job_status_token }}"