
PLAY [iocage] ******************************************************************

TASK [Create basejail] *********************************************************
changed: [iocage_04] => (item=ansible_client 15.0-RELEASE)
changed: [iocage_02] => (item=ansible_client 14.3-RELEASE)

TASK [Display lists of bases, plugins, templates, and jails.] ******************
ok: [iocage_02] => 
    msg: |-
        releases: ['14.2-RELEASE', '14.3-RELEASE']
        plugins: []
        templates: []
        jails: ['ansible_client']
ok: [iocage_04] => 
    msg: |-
        releases: ['14.3-RELEASE', '15.0-RELEASE']
        plugins: []
        templates: ['ansible_client_apache', 'ansible_client_pull']
        jails: ['ansible_client']

PLAY RECAP *********************************************************************
iocage_02                  : ok=2    changed=1    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0   
iocage_04                  : ok=2    changed=1    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0   

