nginx maintenance / deprecation warning #71

Closed
opened 2022-01-23 17:36:30 +00:00 by reynir · 1 comment
Owner
TASK [docker : nginx proxy container] *******************************************************************************************************************************************************************************
[DEPRECATION WARNING]: The container_default_behavior option will change its default value from "compatibility" to "no_defaults" in community.general 3.0.0. To remove this warning, please specify an explicit 
value for it now. This feature will be removed from community.general in version 3.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: Please note that docker_container handles networks slightly different than docker CLI. If you specify networks, the default network will still be attached as the first network. (You can 
specify purge_networks to remove all networks not explicitly listed.) This behavior will change in community.general 2.0.0. You can change the behavior now by setting the new `networks_cli_compatible` option to 
`yes`, and remove this warning by setting it to `no`. This feature will be removed from community.general in version 2.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.
``` TASK [docker : nginx proxy container] ******************************************************************************************************************************************************************************* [DEPRECATION WARNING]: The container_default_behavior option will change its default value from "compatibility" to "no_defaults" in community.general 3.0.0. To remove this warning, please specify an explicit value for it now. This feature will be removed from community.general in version 3.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: Please note that docker_container handles networks slightly different than docker CLI. If you specify networks, the default network will still be attached as the first network. (You can specify purge_networks to remove all networks not explicitly listed.) This behavior will change in community.general 2.0.0. You can change the behavior now by setting the new `networks_cli_compatible` option to `yes`, and remove this warning by setting it to `no`. This feature will be removed from community.general in version 2.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ```
Owner

Looks like an ansible thing. I think this has been fixed.

Looks like an ansible thing. I think this has been fixed.
Sign in to join this conversation.
No description provided.