---
- hosts: all
gather_facts: false
roles:
- role: python-base
- role: common
tags: ['common']
- role: docker
when: docker is defined
tags: ['docker']