{"body":"---\n- hosts: all\n  remote_user: root\n  gather_facts: false\n  tasks:\n    - name: check for python\n      raw: which python\n      register: pypath\n      ignore_errors: True\n    \n    - name: push the binary package\n      raw: pkg install -y python\n      when: pypath|failed\n","name":"","extension":"","url":"https://www.irccloud.com/pastebin/RpjehH2Y","modified":1389743202,"id":"RpjehH2Y","size":270,"lines":13,"own_paste":false,"theme":"","date":1389743202}