Objectives :
- Sync with 3.6/3.7 upstream
- missed things
- changed things
| --- | |
| ################################################## | |
| # 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" |
Objectives :