- hosts: localhost tasks: - name: Enable docker service service: name: docker enabled: true