Action plugins are a layer that sits between the Ansible controller and the
remote node. Typically, action plugins are used to do something on the
controller side before (or instead of) doing something on the remote side.

If the bug is in the action plugin, open an issue/PR in ansible/ansible,
otherwise open it for the module in ansible/ansible-core-modules.

James Cammarata

Ansible Lead/Sr. Principal Software Engineer
Ansible by Red Hat
twitter: @thejimic, github: jimi-c

On Wed, Aug 17, 2016 at 10:31 AM, Dusty Mabe <[email protected]> wrote:

>
> What is the relationship between the following two files:
>
> lib/ansible/plugins/action/unarchive.py - from ansible/ansible
> lib/ansible/modules/core/files/unarchive.py - from
> ansible/ansible-modules-core
>
> It seems like action/unarchive has some implications on the unarchive
> module but they live in two different repos. What is their relationship?
> Should they be managed in the same repository?
>
> The reason I ask is because I think I have found an issue that is a
> result of a change in one file that needs a corresponding change in the
> other that wasn't done.
>
> Thanks,
> Dusty
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to