- New simpler and more intuitive 'loop' keyword for task loops. The with_<lookup> loops will likely be deprecated in the near future and eventually removed.
- Added fact namespacing; from now on facts will be available under ansible_facts namespace (for example: ansible_facts.os_distribution) without the ansible_ prefix. They will continue to be added into the main namespace directly, but now with a configuration toggle to enable this. This is currently on by default, but in the future it will default to off.
- Ansible Network improvements
- Changelog
- Ansible 2.5 Porting Guide
Details
Details
- Reviewers
joebonrichie • sunnyflunk - Group Reviewers
Triage Team - Commits
- R360:d1c4265b4238: Update ansible to 2.5.1
- Installed locally, confirmed version
- Ran a few local playbooks
- Confirmed new YAML callback plugin introduced in 2.5 works
Diff Detail
Diff Detail
- Repository
- R360 ansible
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Just a small change needed
| package.yml | ||
|---|---|---|
| 6 | Should be GPL-3.0-or-later to follow updated SPDX licence identifiers. | |
Comment Actions
Thanks, fixed. Since this has now happened a few times, I've written up a little script to test this when updating future packages, because it's just too damn easy to forget to look at..
https://github.com/mcritchlow/dotfiles/commit/6564d6b13786279c2fa935a770a5e1e1d6733945
Comment Actions
@mcritchlow fyi, I don't think your alias will work as intended
updatePackage() {
/usr/share/ypkg/yupdate.py $1 $2
validate-license
}