Skip to content

Commit fd7e8e2

Browse files
committed
Docker: Ansible 8.6.x --> 8.7.x
1 parent 52cf5f8 commit fd7e8e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/play.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ while getopts ":dlc" opt; do
4747
--env PWD="/ansible" \
4848
--env USER="$USER" \
4949
$OPTIONS \
50-
$IMAGE ansible-lint
50+
$IMAGE ansible-lint --offline
5151
exit
5252
;;
5353
c)

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ansible==8.6.*
2-
ansible-lint==6.18.*
1+
ansible==8.7.*
2+
ansible-lint==6.22.1
33
ansible-virl==0.0.7
44
netaddr
55
pydantic>=1.10,<2

0 commit comments

Comments
 (0)