Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop callback_whitelist configuration once Ansible 2.15 is released #272

Open
TomasTomecek opened this issue Jun 9, 2022 · 2 comments
Open

Comments

@TomasTomecek
Copy link
Collaborator

TomasTomecek commented Jun 9, 2022

# callback_whitelist got renamed to callbacks_enabled in ansible
# drop callback_whitelist once 2.15 is released

Do we have a task/issue for this? Could be useful, as at > least I, often forget notes like this in the source code 🙂

Originally posted by @themkat in #269 (comment)

@TomasTomecek TomasTomecek mentioned this issue Jun 9, 2022
6 tasks
@flowerysong
Copy link

The actual criterion for removing this is support for ansible-playbook < 2.11; the release of 2.15 will not require you to remove this setting if you're still supporting ancient versions. On the other hand, if you only support versions of ansible-playbook that have upstream support you could remove the setting today, as 2.10 reached EOL months ago.

@TomasTomecek TomasTomecek changed the title Drop callback_whitelist configuration once Ansible 1.15 is released Drop callback_whitelist configuration once Ansible 2.15 is released Nov 23, 2022
@TomasTomecek
Copy link
Collaborator Author

I honestly don't know how people are installing ansible CLI tool and how conservative one needs to be in terms of support for old versions.

I just checked Fedora and...

OS Ansible version
Fedora 38 ansible-7.0.0~rc1-1.fc38
Fedora 37 ansible-7.0.0~b1-1.fc37
Fedora 36 ansible-5.9.0-1.fc36
Fedora 35 ansible-2.9.27-4.fc35
Fedora EPEL 9 ansible-5.4.0-3.el9
Fedora EPEL 8 ansible-6.3.0-1.el8
Fedora EPEL 7 ansible-2.9.27-1.el7

I think callback_whitelist can now be safely removed in the next ansible-bender version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants