From a0e3c4eb522a0913068395d5941ec0fdced1b07f Mon Sep 17 00:00:00 2001 From: WolfyDelta Date: Fri, 3 Jul 2026 15:00:54 -0400 Subject: [PATCH] modified update-rocky-prod.yml to add debugging task --- playbooks/update-rocky-prod.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/update-rocky-prod.yml b/playbooks/update-rocky-prod.yml index 7983a49..883f71a 100644 --- a/playbooks/update-rocky-prod.yml +++ b/playbooks/update-rocky-prod.yml @@ -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: