Hi all,

I have a problem, i think there is a bug in ansible 2.8.0 but when i run 
this task :

- pause:
    prompt: "Voulez-vous effectuer ce deploiement ? (o/n)"
  register: response

- debug:
    msg: "deploiement effectue"
  when: response == "o"

-  meta: end_play
   when: response != "o"

The condition *when: response != "0"* not works !!

So, when i grab "o" for answer at the question *"Voulez-vous effectuer ce 
deploiement ? (o/n)", * this task is play or he must exit !!

Why ?

Thank for your help guy !! :)


-- 
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/7e46589a-6434-4485-b618-af1ba56e95fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to