summaryrefslogtreecommitdiffstats
path: root/debian/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:50 +0000
commit68adc8536f8a146e7f7597f92e14c7ab0debaa53 (patch)
treef339c57ee65b7ade0794e0b501f0d1813b5dd282 /debian/NEWS
parentAdding upstream version 6.17.2. (diff)
downloadansible-lint-b9230f6ad6db5d8d3ade49163592382622840f47.tar.xz
ansible-lint-b9230f6ad6db5d8d3ade49163592382622840f47.zip
Adding debian version 6.17.2-1.debian/6.17.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..97fef07
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,12 @@
+ansible-lint (5.4.0-1) unstable; urgency=medium
+
+ Starting with version 5.x, ansible-lint will try and download
+ the roles and collections found in requirements.yml (if it exists)
+ using ansible-galaxy.
+ The download contents will be placed into a temporary folder.
+ Without this, ansible-lint would error out for that given project.
+
+ If you want to disable this behavior, you can pass "--offline" to the CLI
+ commands or even set "offline: false" in ansible-lint's configuration.
+
+ -- Samuel Henrique <samueloph@debian.org> Sat, 26 Feb 2022 00:30:15 +0000