Skip to content

Commit a827573

Browse files
committed
chore: add msg as per feedback in PR
1 parent 99184b8 commit a827573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansible_dev_environment/subcommands/installer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def _install_dev_tools(self) -> None:
180180
command += f"=={ansible_dev_tools_version}"
181181
msg = f"Using user specified ansible-dev-tools version: {ansible_dev_tools_version}"
182182
self._output.debug(msg)
183+
msg = "Specifying an ansible-dev-tools version may result in installing a version that is no longer supported. Please use the latest release of ansible-dev-tools if you encounter issues or unexpected behaviour."
184+
self._output.info(msg)
183185

184186
try:
185187
subprocess_run(

0 commit comments

Comments
 (0)