Hi,

I have yaml as  follows:
deliveries:
- releases:
  - latest_Rel:
    - aaa:
        file_name: some.tar
        md5: xxxxxxxxxxxxxxx
        product_name: aaa
        product_number: aaa 902 8057
        release_candidate: Rel
        version: 25.1.1
    - bbb:
        file_name: some1.tar
        md5: xxxxxxxxxxxxx
        product_name: bbb
        product_number: bbb 903 6746
        release_candidate: Rel
        version: 25.0.0
    - abc:
        file_name: some2.gz
        md5: xxxxxxx
        product_name: abc
        product_number: None
        release_candidate: None
        version: ABC
    - abd:
        file_name: some3.tar
        md5: xxxxxx
        product_name: abd
        product_number: abd 902 7815
        release_candidate: Rel
        version: 25.1.1
    - abe:
        file_name: some4.gz
        md5: xxxxxxxxxxxxxxxxx
        product_name: abe
        product_number: abe 123 456
        release_candidate: Rel
        version: 25.1.1


I want to write a playbook to  extract "file name: " tar files  which is 
having version 25.1.1.
Pls help

-- 
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/b555abfb-a25f-489f-aeb8-898c0f0755e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to