Sorry, posted the wrong version expression

    - name: Install python
      apt:
        name: python2.7='2.7.14*'
        state: present
        update_cache: yes
      register: _apt_python
    - debug: var=_apt_python
    - fail:



-- 
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/85ba56b3-7f2d-4aa2-a347-8ece43a79853%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to