- hosts: localhost tasks: - name: "openssh/pkg : Install openssh-server package" package: state: present name: - openssh-server