when:not ansible_check_mode and odoo_python36 is defined and odoo_python36
when:not ansible_check_mode and instance.value.odoo_python36 is defined and instance.value.odoo_python36
-name:pull odoo image
-name:pull odoo image
docker_image:
docker_image:
name:lefilament/odoo:{{ instance_odoo_version }}
name:lefilament/odoo:{{ instance_odoo_version }}
source:pull
source:pull
force_source:true
force_source:true
when:not ansible_check_mode and (odoo_multilingual is not defined or not odoo_multilingual) and (odoo_python36 is not defined or not odoo_python36)
when:not ansible_check_mode and (instance.value.odoo_multilingual is not defined or not instance.value.odoo_multilingual) and (instance.value.odoo_python36 is not defined or not instance.value.odoo_python36)