Awesome!  yes, so moving my plugin, 12fcmds, to
ansible_root/lookup_plugins/12fcmds.py allowed me to use the plugin as:

- name: Test of with_cmd
  template: src=cmd.j2 dest=/tmp/{{ item.key }}.txt
  with_12fcmds: test_var
  tags: test

This reply is mostly for posterity . . .

Thanks!!
Guy

On Wed, Oct 1, 2014 at 5:28 PM, James Cammarata <[email protected]>
wrote:

> Hi Guy,
>
> If this is a lookup plugin, you should be able to put it in a directory
> named "lookup_plugins" at the same location as the playbook. I can't find
> any documentation or code referencing this working in roles though, so I
> don't believe you can embed lookup plugins in a role at this time (which
> you can do with modules).
>
> Thanks!
>
> On Wed, Oct 1, 2014 at 3:38 PM, Guy Matz <[email protected]> wrote:
>
>> ansible-playbook --version
>> ansible-playbook 1.8 (devel 1d3a8bd39c) last updated 2014/09/18 10:33:54
>> (GMT -400)
>>
>> Hi!
>> I've written a custom iterator that works when I put it in
>> ansible/lib/ansible/runner/lookup_plugins, however I can't seem to get it
>> found when I put it with my playbooks . . .  does anyone know where it
>> should go?
>>
>> Thanks!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/CABnTgtUfC2kLK8y0pXLfx%2ByGV9cjZxWTArte1_RO83nddmjE5g%40mail.gmail.com
>> <https://groups.google.com/d/msgid/ansible-project/CABnTgtUfC2kLK8y0pXLfx%2ByGV9cjZxWTArte1_RO83nddmjE5g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CAMFyvFhP9waws-j9i%2B7d1JDfdinF1say4bVufUNQYqSHk6D88g%40mail.gmail.com
> <https://groups.google.com/d/msgid/ansible-project/CAMFyvFhP9waws-j9i%2B7d1JDfdinF1say4bVufUNQYqSHk6D88g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CABnTgtUOrOLB3v%2BVPRD%3DNVmDyPMZXmYENfdLz0vY%2BAmf3POVAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to