mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use correct python for -c invocations in tests. (#54577)
* Use correct python for -c invocations in tests. * Only set releasever when available.
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
mode = oct(0o777 & ~umask)
|
||||
print(str(mode).replace('o', ''))
|
||||
args:
|
||||
executable: "{{ ansible_facts.python.executable }}"
|
||||
executable: "{{ ansible_python_interpreter }}"
|
||||
register: user_login_defs_umask
|
||||
|
||||
- name: validate that user home dir is created
|
||||
|
||||
Reference in New Issue
Block a user