This commit is contained in:
Alexander Gorelyshev
2026-05-14 17:02:01 +04:00
parent 5b724a3869
commit 6f0e92c76a
3 changed files with 0 additions and 8 deletions

View File

@@ -1,2 +1 @@
---
# handlers file for playbooks/roles/singularity

View File

@@ -27,12 +27,6 @@
success_msg: "OK, expected version present: '{{ installed }}'"
fail_msg: "Unexpected Singularity version: '{{ installed }}'"
# - name: "Assert version correctness"
# ansible.builtin.assert:
# that: singularity_installed_version.stdout == "singularity version " + singularity_deb_version
# success_msg: "Found the expected Singularity version: '{{ singularity_version }}'"
# fail_msg: "Unexpected Sinagularity version ({{ singularity_installed_version }})"
- name: "Verify | test Singularity deployment with a 'hello-world' job" # noqa: no-changed-when
changed_when: false
ansible.builtin.command:

View File

@@ -1,2 +1 @@
---
# vars file for playbooks/roles/singularity