modified update-rocky-prod.yml to add debugging task
This commit is contained in:
@@ -9,6 +9,14 @@
|
|||||||
discord_webhook_token: "zdT2wisqhAZuZ_UPKmAmtV0z_rX-PZnyHIXsjpPHQO3uakBO2xQ3R44kOxb9QZ4QxebL"
|
discord_webhook_token: "zdT2wisqhAZuZ_UPKmAmtV0z_rX-PZnyHIXsjpPHQO3uakBO2xQ3R44kOxb9QZ4QxebL"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Show interpreter variables for this run
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg:
|
||||||
|
inventory_hostname: "{{ inventory_hostname }}"
|
||||||
|
ansible_host: "{{ ansible_host | default('UNDEFINED') }}"
|
||||||
|
ansible_python_interpreter: "{{ ansible_python_interpreter | default('UNDEFINED') }}"
|
||||||
|
discovered_interpreter_python: "{{ ansible_facts.discovered_interpreter_python | default('UNDEFINED') }}"
|
||||||
|
|
||||||
- name: Verify target is RedHat family
|
- name: Verify target is RedHat family
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user