diff --git a/src/ansible_compat/runtime.py b/src/ansible_compat/runtime.py index a0b097ec..c5455361 100644 --- a/src/ansible_compat/runtime.py +++ b/src/ansible_compat/runtime.py @@ -230,7 +230,7 @@ def install_collection( cmd.extend(["-p", str(destination)]) cmd.append(f"{collection}") - _logger.info("Running %s", " ".join(cmd)) + _logger.info("Running from %s : %s", os.getcwd(), " ".join(cmd)) run = self.exec( cmd, retry=True,