Skip to content

First pass at resolving ansible deprecation warnings:

micah requested to merge micah/float:master into master

. [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. . Use 'ansible.utils.ipv4' module instead. . Use 'ansible.utils.ipv6' module instead.

Note: the ansible.utils.ipv{4,6} warnings still happen (although this reduces it), as it appears that float_enabled_containers produces this, and it is often looped in ansible.

Merge request reports