solved it.
On Tue, Feb 14, 2017 at 6:00 PM, bablu <[email protected]> wrote: > > - 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 a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/ansible-project/keIYWBBA1c8/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/ansible-project/0733469a-2cf8-48c1-8007-b6efb7ebbd63%40googlegroups.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/CAH5ShBgjqsTZKn1P6tufMU%2BFYLsEY_ceM5rYeCBtbHg98SBUqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
