jdauphant / ansible-role-nginx

Ansible role to install and manage nginx configuration
655 stars 302 forks source link

Always_run is deprecated #161

Closed jadjay closed 7 years ago

jadjay commented 7 years ago

It is required to prefer check_mode: no

goetzc commented 7 years ago

This should be fixed soon, as Ansible 2.4 will remove that feature.

RUNNING HANDLER [jdauphant.nginx : check nginx configuration] ********************************************************************************************************************************
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..
This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg
goetzc commented 7 years ago

Already fixed by https://github.com/jdauphant/ansible-role-nginx/pull/140, can be closed.

jdauphant commented 7 years ago

Yep, forgot to close it :)