--- # Simple task to update the package/container cadoles-pod-shibboleth-sp only. - name: Install hydra-shibboleth package ansible.builtin.apt: name: - cadoles-pod-shibboleth-sp-v3={{ cadoles_pod_shibboleth_sp_v3_package_version }} update_cache: yes state: present become: true - name: Configure hydra SP ansible.builtin.include_tasks: configure-hydra-sp.yml