diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2026-04-11 01:16:08 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-04-13 04:31:59 +0000 |
| commit | 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf (patch) | |
| tree | f133ce50b4c691f5d9dd871d37c7e3587eb667ba | |
| parent | 97c325fd38a5a9c588130b49822f1e79fac84c8b (diff) | |
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
| -rw-r--r-- | UPDATING | 8 | ||||
| -rw-r--r-- | sysutils/py-ansible-core/Makefile | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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} |
