tidying up a bit
This commit is contained in:
parent
5059dea47a
commit
ca117fca67
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user