We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298eec2 commit 5016f24Copy full SHA for 5016f24
src/ansible_compat/runtime.py
@@ -312,9 +312,9 @@ def install_requirements(
312
"-v",
313
]
314
if offline:
315
- if self.version_in_range(upper="2.13"):
+ if self.version_in_range(upper="2.14"):
316
_logger.warning(
317
- "Offline mode ignored because it is not supported by ansible versions before 2.13."
+ "Offline mode ignored because it is not supported by ansible versions before 2.14."
318
)
319
else:
320
cmd.append("--offline")
0 commit comments