We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cf5f8 commit fd7e8e2Copy full SHA for fd7e8e2
bin/play.sh
@@ -47,7 +47,7 @@ while getopts ":dlc" opt; do
47
--env PWD="/ansible" \
48
--env USER="$USER" \
49
$OPTIONS \
50
- $IMAGE ansible-lint
+ $IMAGE ansible-lint --offline
51
exit
52
;;
53
c)
requirements.txt
@@ -1,5 +1,5 @@
1
-ansible==8.6.*
2
-ansible-lint==6.18.*
+ansible==8.7.*
+ansible-lint==6.22.1
3
ansible-virl==0.0.7
4
netaddr
5
pydantic>=1.10,<2
0 commit comments