Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jun 3, 2024
1 parent 629223b commit 11703fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_trusted_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
vars:
__python: "{{ '/usr/libexec/platform-python'
if (ansible_facts['distribution_major_version'] == '8' and
ansible_facts['os_family'] == 'RedHat')
ansible_facts['os_family'] == 'RedHat')
else '/usr/bin/python' }}"

- name: Create a new user
Expand Down

0 comments on commit 11703fa

Please sign in to comment.