Skip to content

Commit d689644

Browse files
committed
change ansible version to 11.7.0 (#147)
Signed-off-by: Sangam Kumar <[email protected]>
1 parent d5cd613 commit d689644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/inventory/ansible.inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ blackbox.framework.inventory.ansible() {
3636
fi
3737

3838
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends software-properties-common gpg-agent wget && {
39-
wget -S --output-document="/tmp/ansible.deb" --no-verbose https://launchpad.net/~ansible/+archive/ubuntu/ansible/+files/ansible_11.6.0-1ppa~noble_all.deb && {
39+
wget -S --output-document="/tmp/ansible.deb" --no-verbose https://launchpad.net/~ansible/+archive/ubuntu/ansible/+files/ansible_11.7.0-1ppa~noble_all.deb && {
4040
DEBIAN_FRONTEND=noninteractive apt install -y /tmp/ansible.deb "${with_packages[@]}" && {
4141
rm -f /tmp/ansible.deb
4242
}

0 commit comments

Comments
 (0)