We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f614a commit cb4ca3cCopy full SHA for cb4ca3c
environments/.caas/hooks/pre.yml
@@ -63,3 +63,14 @@
63
- dnf_repos
64
loop: "{{ groups['cluster'] }}"
65
when: dnf_repos_enabled | default(false) | bool
66
+
67
+# Workaround for setup-env.sh not running in CaaS environment, so:
68
+# https://github.com/stackhpc/ansible-slurm-appliance/blob/ba9699267449fba58cd9c04c451759a914fd7144/ansible/validate.yml#L16
69
+# doesn't break CaaS platforms
70
+- hosts: localhost
71
+ gather_facts: no
72
+ tasks:
73
+ - name: Prepare requirements.yml.last for galaxy validation
74
+ copy:
75
+ src: "{{ appliances_repository_root }}/requirements.yml"
76
+ dest: "{{ appliances_repository_root }}/requirements.yml.last"
0 commit comments