michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

deprecation Using tests as filters is deprecated #50

Closed cavamagie closed 5 years ago

cavamagie commented 5 years ago

Using tests as filters is deprecated. Instead of using result|match use result is match. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

cavamagie commented 5 years ago

TASK [michaelrigart.interfaces : Create the network configuration file for ethernet devices] *** [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using result|match use result is match. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.