- hosts: localhost tasks: - name: Install docker package package: state: present name: - docker - docker-cli-compose - docker-openrc