1 2 3 4 5 6 7 8
--- - name: "Ensure sshd installed" become: true community.general.pacman: name: "{{ ssh_package_name }}" state: present update_cache: true tags: [required_for_boot]