I have already try to use “with_subelement”, but when i try this i have this error all the time :
=> [WARNING]: Failure when attempting to use callback plugin (<ansible.plugins.callback.default.CallbackModule object at 0x2024d10>): not all arguments converted during string formatting
TASK [debug] **********************************************************
[WARNING]: Failure when attempting to use callback plugin (<ansible.plugins.callback.default.CallbackModule object at 0x2c20d10>): not all arguments converted during string formatting
[WARNING]: provided hosts list is empty, only localhost is available
PLAY [127.0.0.1] ***************************************************************
TASK [setup] *******************************************************************
ok: [127.0.0.1]
TASK [debug] *******************************************************************
[WARNING]: Failure when attempting to use callback plugin (<ansible.plugins.callback.default.CallbackModule object at 0x28c21d0>): not all arguments converted during string formatting
PLAY RECAP *********************************************************************
127.0.0.1 : ok=2 changed=0 unreachable=0 failed=0
Ansible bug in my remote-host version ??
Remote Host => 2.1.0
Localhost => 1.5.4