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