|
|
@ -18,10 +18,9 @@
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
|
|
# I wanted to keep this simple at first, so for now this checks out
|
|
|
|
# I wanted to keep this simple at first, so for now this checks out
|
|
|
|
# from the MASTER branch of a repo at a particular SHA or
|
|
|
|
# from the given branch of a repo at a particular SHA or
|
|
|
|
# tag. Latest is not supported, you should not be doing
|
|
|
|
# tag. Latest is not supported, you should not be doing
|
|
|
|
# that. Branch checkouts are not supported. Contribs
|
|
|
|
# that. Contribs welcome! -- MPD
|
|
|
|
# welcome! -- MPD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
import json
|
|
|
|
import json
|
|
|
|