Skip to content

Instantly share code, notes, and snippets.

@precurse
Created January 21, 2017 03:06
Show Gist options
  • Save precurse/e55ff21cc947f563b95d2a497c0be850 to your computer and use it in GitHub Desktop.
Save precurse/e55ff21cc947f563b95d2a497c0be850 to your computer and use it in GitHub Desktop.
- hosts: shell
gather_facts: no
tasks:
- block:
- setup:
rescue:
- raw: "pkgin update && pkgin in python27"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment