modified update-rocky-prod.yml to add debugging task

This commit is contained in:
WolfyDelta
2026-07-03 15:00:54 -04:00
parent 4df5289600
commit a0e3c4eb52
+8
View File
@@ -9,6 +9,14 @@
discord_webhook_token: "zdT2wisqhAZuZ_UPKmAmtV0z_rX-PZnyHIXsjpPHQO3uakBO2xQ3R44kOxb9QZ4QxebL"
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
ansible.builtin.assert:
that: