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 d5cd613 commit d689644Copy full SHA for d689644
framework/inventory/ansible.inventory
@@ -36,7 +36,7 @@ blackbox.framework.inventory.ansible() {
36
fi
37
38
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 && {
+ 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 && {
40
DEBIAN_FRONTEND=noninteractive apt install -y /tmp/ansible.deb "${with_packages[@]}" && {
41
rm -f /tmp/ansible.deb
42
}
0 commit comments