Allowed python version check to run in check mode

This commit is contained in:
2026-04-06 16:50:09 -04:00
parent 7104111ac4
commit c0e96f2543

View File

@@ -4,6 +4,7 @@
cmd: python --version | grep -Po '\d+\.\d+'
register: _temp_python_version
changed_when: false
check_mode: false
- name: Assign version to dynamic variable
ansible.builtin.set_fact: