Skip to content

Commit

Permalink
ansible: updated to 11.2.0
Browse files Browse the repository at this point in the history
11.2.0

Major Changes

community.general

- keycloak_* modules - ``refresh_token`` parameter added. When multiple authentication parameters are provided (``token``, ``refresh_token``, and ``auth_username``/``auth_password``), modules will now automatically retry requests upon authentication errors (401), using in order the token, refresh token, and username/password (ansible-collections/community.general#9494).

community.vmware

- vmware_dvswitch_pvlans - The VLAN ID type has been updated to be handled as an integer (ansible-collections/community.vmware#2267).

dellemc.openmanage

- omevv_firmware - This module allows to update firmware of the single host and single cluster.

fortinet.fortios

- Support check_mode on all the configuration modules.

google.cloud

- google_cloud_ops_agents - role submodule removed because it prevents the collection from passing sanity and lint tests

grafana.grafana

- Ability to set custom directory path for *.alloy config files
- Fix 'dict object' has no attribute 'path' when running with --check
- Update grafana template
- add loki bloom support
- grafana.ini yaml syntax
  • Loading branch information
adam committed Jan 29, 2025
1 parent 98877ef commit 1e34d4f
Show file tree
Hide file tree
Showing 3 changed files with 4,041 additions and 105 deletions.
6 changes: 3 additions & 3 deletions sysutils/ansible/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.86 2025/01/07 09:16:08 adam Exp $
# $NetBSD: Makefile,v 1.87 2025/01/29 08:05:29 adam Exp $

DISTNAME= ansible-11.1.0
DISTNAME= ansible-11.2.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}

Expand All @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3
PREV_PKGPATH= sysutils/ansible2

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ansible-core>=2.18.1:../../sysutils/ansible-core
DEPENDS+= ansible-core>=2.18.2:../../sysutils/ansible-core

USE_LANGUAGES= # none

Expand Down
Loading

0 comments on commit 1e34d4f

Please sign in to comment.