--- - name: "Ensure sshd installed" become: true community.general.pacman: name: "{{ ssh_package_name }}" state: present update_cache: true tags: [required_for_boot]