Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Mar 28, 2024
1 parent dc7a3b0 commit aca7e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests_trusted_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
- "{{ __test_fpd_exe2 }}"
vars:
__python: "{{ '/usr/libexec/platform-python'
if ansible_facts['distribution_major_version'] == '8'
if (ansible_facts['distribution_major_version'] == '8' and
ansible_facts['os_family'] == 'RedHat')
else '/usr/bin/python' }}"

- name: Create a new user
Expand Down

0 comments on commit aca7e34

Please sign in to comment.