There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Ansible::Util - Utilities for working with Ansible.

VERSION

version 0.001

SYNOPSIS

use Ansible::Util;

$vars = Ansible::Util::Vars->new;
$run =  Ansible::Util::Run->new;

DESCRIPTION

This is a base class that simply loads the underlying modules in one shot.

MODULES