From 4c23c55f5d008a98d072c274aca90ef55a57e034 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 10 Aug 2023 09:06:54 +0200 Subject: [PATCH] Wrap lines and add missing new line at end of file --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcefbee..0c0c0b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -# Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use Ansible 4 +# Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use +# Ansible 4 ansible>=4,<5; python_version<"3.7" -ansible>=5,<6; python_version>="3.7" \ No newline at end of file +ansible>=5,<6; python_version>="3.7"