Frzk / ansible-role-chrony

Ansible role to manage chrony.
Apache License 2.0
14 stars 8 forks source link

fix deprecation warning "Using tests as filters is deprecated" #1

Closed pescobar closed 5 years ago

pescobar commented 5 years ago

the full deprecation warning is:

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