Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 04:33:46 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85a1b4463d5b - main - sysutils/py-ansible-core: Switch to py-ansible-core219
Message-ID:  <69dc722a.21962.170d9478@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85a1b4463d5b3e811224cf72134a8a80d0bbfbaf

commit 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-04-11 01:16:08 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-04-13 04:31:59 +0000

    sysutils/py-ansible-core: Switch to py-ansible-core219
    
    Switch to ansible-core 2.19 as the default ansible-core.
    
    See ansible-core porting guide at
            https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
---
 UPDATING                          | 8 ++++++++
 sysutils/py-ansible-core/Makefile | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 3df8d6e96241..d7695fdc4414 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20260412:
+  AFFECTS: Users of sysutils/py-ansible-core
+  AUTHOR: cy@FreeBSD.org
+
+  A number of behavioural changes may affect existing playbooks and roles.
+  Users are encouraged to review the Ansible-core 2.19 Porting Guide at
+  https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
+
 20260411:
   AFFECTS: AFFECTS: users of elisp (*-emacs_*) packages
   AUTHOR: jrm@FreeBSD.org
diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index 7990dae8dd3f..98d26a059d92 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -1,5 +1,5 @@
 VERSIONS=		218 219 220
-ANSIBLE_CORE_VERSION?=	218
+ANSIBLE_CORE_VERSION?=	219
 
 MASTERDIR=		${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc722a.21962.170d9478>