You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
produces the following deprecations warnings in task 'setup | start traefik container':
TASK [arillso.traefik : setup | start traefik 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 the default value for `network_mode` will change from not specified (which is equal to `default`) to the name of the first network in `networks` if `networks` has at least one entry and `networks_cli_compatible` is `true`. You can
change the behavior now by explicitly setting `network_mode` to the name of the first network in `networks`, and remove this warning by setting `network_mode` to `default`. Please make sure that the value you set to `network_mode` equals the inspection result for existing
containers, otherwise the module will recreate them. You can find out the correct value by running "docker inspect --format '{{.HostConfig.NetworkMode}}' <container_name>". 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.
Suggested solution:
Insert following lines into the respective task definiton:
Running arillso.trafik role in environment
produces the following deprecations warnings in task 'setup | start traefik container':
Suggested solution:
Insert following lines into the respective task definiton:
The text was updated successfully, but these errors were encountered: