Trying to figure out if the following is possible.

I have a hash map e.g.

tools:
  a:
    foobar: 1
  b:
    barfoo: 3

- file: path=/some/dir/{{ item }} state=absent
  with_items: contents.stdout_lines
  when: item not in [[ list of tools keys ]]

I want  [[ list of tools keys ]] to turn into [a,b] basically so the when 
clause could work. Any way to do this?


-- 
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/d578b3b2-433d-400e-9dfc-c5400c310e0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to