Multi roles problem

Hello,

I want to make multi role for a group of hosts like :

  • name: its a test
    hosts: grphosts

roles:

  • debian
  • lxc

Role “debian” is done succefully but role “lxc” is not played (no error, ansible just don’t see him) :
PLAY [ its a test]*******************************************************************
TASK [setup] *******************************************************************
ok: [host1]

TASK [debian_physique : include] ***********************************************
included: library/package_defaults/install_debian.yml for host1

PLAY RECAP *********************************************************************
host1 : ok=8 changed=0 unreachable=0 failed=0

Yesterday this playbook worked well, but not now and i don’t know why (i update git, but last update is yesterday morning…)

Regards,
Guillaume