Skip to content

Commit

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

Major Changes

community.postgresql
- postgresql_privs - the ``password`` argument is deprecated and will be removed in community.postgresql 4.0.0, use the ``login_password`` argument instead (ansible-collections/community.postgresql#406).

infoblox.nios_modules
- Added Grid Master Candidate feature
- Added Member Assignment to network and ranges
- Added NIOS Range module with Create, Update and Delete features
- Fixes issue unable to update/delete EAs using Ansible plugin
- Fixes static and dynamic allocation of IPV4 address of A Record
- Fixes to Update host name of  NIOS member
- Updates default WAPI version to 2.9
  • Loading branch information
adam committed May 24, 2023
1 parent a97723e commit e9642a8
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 8 deletions.
5 changes: 3 additions & 2 deletions sysutils/ansible/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.60 2023/04/26 13:33:13 adam Exp $
# $NetBSD: Makefile,v 1.61 2023/05/24 10:42:51 adam Exp $

DISTNAME= ansible-7.5.0
DISTNAME= ansible-7.6.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}

Expand Down Expand Up @@ -34,6 +34,7 @@ REPLACE_PYTHON+= ansible_collections/community/general/scripts/vault/*.py
REPLACE_PYTHON+= ansible_collections/community/general/tests/integration/targets/django_manage/files/base_test/*/*/*.py
REPLACE_PYTHON+= ansible_collections/community/hashi_vault/.github/actions/ansible-codecov/process.py
REPLACE_PYTHON+= ansible_collections/community/hashi_vault/.github/actions/docker-image-versions/versions.py
REPLACE_PYTHON+= ansible_collections/community/mysql/run_all_tests.py
REPLACE_PYTHON+= ansible_collections/community/okd/ci/doc_fragment_modules.py
REPLACE_PYTHON+= ansible_collections/community/okd/ci/downstream_fragments.py
REPLACE_PYTHON+= ansible_collections/community/routeros/update-docs.py
Expand Down
Loading

0 comments on commit e9642a8

Please sign in to comment.