# Pastebin fWYxATUs - name: Check if a file exists in temp and fail task if it does command: ls /tmp/this_should_not_be_here register: result failed_when: - '"No such" not in result.stdout' - result.rc == 0