Skip to content

Instantly share code, notes, and snippets.

View sualex's full-sized avatar
🏠
Working from home

Alex Gu sualex

🏠
Working from home
View GitHub Profile
@sualex
sualex / ubuntu-ansible-docker-install.yml
Created April 10, 2019 12:59
ubuntu-ansible-docker-install
---
##################################################
# This standalone playbook uses Docker's official Ubuntu 18.04 repository
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
##################################################
- hosts: all
become: true
vars:
ansible_python_interpreter: "/usr/bin/env python3"

nodeca/argparse codebase refactoring ...

Given

issue #112

Objectives :

  • Sync with 3.6/3.7 upstream
    • missed things
  • changed things