# Functions

No description provided by the author
Exec is a wrapper function around exec.Command with additional settings for this CLI.
ExecAnsibleGalaxy is shortcut for executing a command via ansible-galaxy binary.
ExecAnsibleGalaxyCollection is shortcut for executing a collection command via ansible-galaxy binary.
ExecAnsiblePlaybook is shortcut for executing a playbook within the StackHead collection via ansible-playbook binary.
Execute assigns the given execution function to TaskOption.Execute.
RunTask executes a task that can be configured using task options.
Text assigns the given text to TaskOption.Text.
No description provided by the author

# Constants

ErrorColor colors the first text red and the second text default color.
SuccessColor colors the first text green and the second text default color.

# Structs

TaskOptions is a configuration used to define the behaviour of tasks and processing functions.
TaskResult is the result of a task execution and expected to be returned into the respective channel.

# Type aliases

TaskOption is a single task setting.
No description provided by the author