--- - name: install openssh server become: true ansible.builtin.package: name: "{{ sshd__package }}" state: "{{ sshd__state }}"