Oefenweb/ansible-pip

Deprecation warning about using test as filters

CumpsD opened this issue · 1 comments

On ansible 2.6, I am getting the following with this role:

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

Related to:

when: _download_latest | changed

Already fixed