-
Output:
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [localhost] *********************************************************************************************************************************************** TASK [Test] **************************************************************************************************************************************************** ok: [localhost] => { "msg": "'3.4.5' is version('4', '<')" } TASK [Test2] *************************************************************************************************************************************************** ok: [localhost] => { "msg": "'3.4.5' is version('3.2.1.1.1', '>')" } PLAY RECAP ***************************************************************************************************************************************************** localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Please register or sign in to comment