Skip to content

Instantly share code, notes, and snippets.

@mikedep333
Created April 22, 2020 21:43
Show Gist options
  • Select an option

  • Save mikedep333/775d94b0b94ec82b4636b2c2c4212a96 to your computer and use it in GitHub Desktop.

Select an option

Save mikedep333/775d94b0b94ec82b4636b2c2c4212a96 to your computer and use it in GitHub Desktop.
git checkout PR example
---
- hosts: all
tasks:
# Does not support being re-run, with or without updates=yes
- git:
repo: "https://github.com/pulp/pulpcore/"
dest: /tmp/pulpcore
version: '630'
refspec: 'pull/630/head:630'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment