f66467e standard-inventory-qcow2: contact vm with raw ping

Authored and Committed by larsu 6 years ago
    standard-inventory-qcow2: contact vm with raw ping
    
    Some cloud images (including Fedora) don't have python2 installed. A
    common pattern to use them from ansible is to install python2 with the
    raw module before doing anything else.
    
    Also use the raw module to ping the virtual machine, so that these
    images can be used with this inventory script as well.