Allowed python version check to run in check mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user