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

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dd95909d-5414-4754-934a-39757ab85721%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to