Multi roles problem

6 views
Skip to first unread message

Guillaume Marceau

unread,
Aug 19, 2015, 10:02:19 PM8/19/15
to Ansible Project
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
Reply all
Reply to author
Forward
0 new messages