- name: Set the output of the this state
     set_fact: A="{{image_avl.stdout}}"          -- this is coming from the 
previous registered output
     tags: avl1

   - name: Define our static value for the desired image number
     set_fact: B={{retain}}                       -- this is coming from 
the inventory  
     tags: num2

   - name: difference 
     set_fact: C = {{A}} - {{B}}   
     tags: del1


I want to store the value of A -B in C. However, its not storing and 
showing blank result  

-- 
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/0733469a-2cf8-48c1-8007-b6efb7ebbd63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to