Skip to content

Commit

Permalink
Fixed code readability
Browse files Browse the repository at this point in the history
  • Loading branch information
bajertom committed Jan 24, 2025
1 parent 77786ad commit 78a9ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tmt/steps/provision/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _run_ansible(
"""

playbook = self._sanitize_ansible_playbook_path(playbook, playbook_root)

return self._run_guest_command(
Command(
'sudo', '-E',
Expand Down
1 change: 1 addition & 0 deletions tmt/steps/provision/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def _run_ansible(
*self._ansible_extra_args(extra_args),
'-c', 'podman', '-i', f'{self.container},', playbook
])

return self._run_guest_command(
podman_command,
cwd=self.parent.plan.worktree,
Expand Down

0 comments on commit 78a9ca0

Please sign in to comment.